Sign inSign up

logicmonitor/api-gateway-wrapper

By logicmonitor

•Updated over 8 years ago

Dynamically look up an AWS API Gateway API key and authenticate an API Gateway Request

Image
0

5.1K

logicmonitor/api-gateway-wrapper repository overview

⁠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": <api gateyway api key id>,
   "endpoint": <api gateway endpoint>,
   "query": <query string for api gateway endpoint>,
   "region": <aws region containing desired api key>
  }

Tag summary

Content type

Image

Digest

Size

35.6 MB

Last updated

over 8 years ago

docker pull logicmonitor/api-gateway-wrapper