Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 424 Bytes

File metadata and controls

18 lines (14 loc) · 424 Bytes

API Gateway enhanced observability variables

This example demonstrates using the new API Gateway enhanced observability variables to get the full story of an API Gateway request and response.

Requirements

  • AWS SAM CLI 1.0.0+

Deployment

From the root of the project:

sam deploy -g

Teardown:

Using the AWS CLI

aws cloudformation delete-stack --stack-name <your stack name on deployment>