https://github.com/logicmonitor/api-gateway-wrapper
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.
https://github.com/logicmonitor/api-gateway-wrapper
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/logicmonitor/api-gateway-wrapper
- Owner: logicmonitor
- Created: 2018-01-26T19:07:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T19:44:57.000Z (over 8 years ago)
- Last Synced: 2025-05-22T03:38:19.929Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## api-gateway-wrapper
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.
## Input format:
```
{
"api_key_id": ,
"endpoint": ,
"query": ,
"region":
}
```