We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In chalice 0.6.0, I was able to setup the Authorization = 'AWS_IAM' by adding this authorization_type='AWS_IAM' in @app.route(...) calls.
@app.route(...)
Now since the version 0.8.1, we use authorizer=authorizer in @app.route(...) calls and provide a CognitoUserPoolAuthorizer or CustomAuthorizer object.
How I can simply define a AWS_IAM Authorization Type for using AWS IAM permissions ?
The text was updated successfully, but these errors were encountered:
Seems there is already a PR here
Sorry, something went wrong.
#334 has been merged, closing issue.
No branches or pull requests
In chalice 0.6.0, I was able to setup the Authorization = 'AWS_IAM' by adding this authorization_type='AWS_IAM' in
@app.route(...)
calls.Now since the version 0.8.1, we use authorizer=authorizer in
@app.route(...)
calls and provide a CognitoUserPoolAuthorizer or CustomAuthorizer object.How I can simply define a AWS_IAM Authorization Type for using AWS IAM permissions ?
The text was updated successfully, but these errors were encountered: