I want to use "IAM User signature" authorization_type.
See original GitHub issueAccording to #14, I want to use “IAM User signature” authorization_type. Which type should I write for it.
authorization_type='IAM' # ?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Activate IAM authentication for API Gateway REST APIs
I want to activate AWS Identity and Access Management (IAM) authentication for access to my Amazon API Gateway (API Gateway) REST API.
Read more >Task 1: API Gateway Authorization - SigV4 way!
By enabling IAM-based authorization, you will use the same type of authentication, authorization, and request signing used by all AWS services and SDKs....
Read more >Securing an API Gateway Using AWS IAM - Atomic Spin
To access an API Gateway protected by IAM, your client needs to not only have the right AWS credentials, but it also needs...
Read more >Amazon API Gateway authorization AWS_IAM - Stack Overflow
Go to AWS IAM and create a new user with programmatic access for accessing your API ... Make an API request with AWS...
Read more >AWS Signature Authorization using Postman
The other day I ran across Use Postman to Call a REST API - Amazon API Gateway, which highlighted that Postman can generate...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1
https://github.com/awslabs/chalice/pull/334 has been merged which adds support for IAM authorization. Let me know if you have any questions/concerns.