Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 560 Bytes

File metadata and controls

24 lines (15 loc) · 560 Bytes

AWS Serverless Centralized Logs Solution

Lambda & API Gateway Sample

Pre-reqs:


  1. Build dependencies
sam build
  1. Change DestinationArn and FIREHOSE_STREAM_NAME variable on template file with the output from solution CloudFormation

  2. Deploy API Gateway & Function

sam deploy --stack-name lambda-log-sample --capabilities CAPABILITY_NAMED_IAM --guided