Skip to content

Instantly share code, notes, and snippets.

View coisme's full-sized avatar
🐝
Worker Bee

Osamu Koizumi coisme

🐝
Worker Bee
View GitHub Profile
@coisme
coisme / aws4-hmac-sha256_example.sh
Created June 6, 2023 08:19
Signed request sample for API Gateway
#!/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
#