Skip to content

rafaelrodrigues3092/AwsSigV4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AwsSigV4

Signing AWS API Gateway requests with AWS Signature Version 4

Abstract

There is a lack of documentation on how to properly perform an signed AWS API Gateway request. Online, there's an abundance of examples on how to perform this task for services like S3, DynamoDB, and EC2, but little to none on how to perform it for a user-created API Gateway endpoint.

Request signing is required when the API Gateway methods are using AWS_IAM Authorization. See: https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html

Using Python

Please see the Python Example

Using PowerShell

Please see the PowerShell Example

About

AWS SigV4 request signing with PowerShell and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published