This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| # | |
| # Signed request sample script for API Gateway | |
| # | |
| # @Author: Osamu Koizumi | |
| # | |
| # Official Document: | |
| # Create a signed AWS API request | |
| # https://docs.aws.amazon.com/IAM/latest/UserGuide/create-signed-request.html | |
| # |
OlderNewer