Dynamically look up an AWS API Gateway API key and authenticate an API Gateway Request
5.1K
This script is designed as wrapper to dynamically look up an AWS API Gateway API key and use that key to authenticate an API Gateway Request. The script relies on local AWS credentials configuration and receives json on stdin. It currently only supports endpoint queries using url query strings.
{
"api_key_id": <api gateyway api key id>,
"endpoint": <api gateway endpoint>,
"query": <query string for api gateway endpoint>,
"region": <aws region containing desired api key>
}
Content type
Image
Digest
Size
35.6 MB
Last updated
over 8 years ago
docker pull logicmonitor/api-gateway-wrapper