Skip to content
New issue

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

Method Request with Authorization = 'AWS_IAM' #343

Closed
3dw1np opened this issue May 18, 2017 · 2 comments
Closed

Method Request with Authorization = 'AWS_IAM' #343

3dw1np opened this issue May 18, 2017 · 2 comments

Comments

@3dw1np
Copy link

3dw1np commented May 18, 2017

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 ?

@3dw1np
Copy link
Author

3dw1np commented May 18, 2017

Seems there is already a PR here

@jamesls
Copy link
Member

jamesls commented May 23, 2017

#334 has been merged, closing issue.

@jamesls jamesls closed this as completed May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants