An open API service indexing awesome lists of open source software.

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.

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":
}
```