amazonaws.com

The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}

🔑 oauth2 3 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Get information about the connection with the provided id.
curl \
  -H "Authorization: $API_KEY" \
  http://execute-api.us-east-1.amazonaws.com/@connections/{connectionId}
Endpoints (3 total)
GET
/@connections/{connectionId}
Get information about the connection with the provided id.
POST
/@connections/{connectionId}
Sends the provided data to the specified connection.
DELETE
/@connections/{connectionId}
Delete the connection with the provided id.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints3
Authoauth2
Categories1
http://execute-api.us-east-1.amazonaws.com