Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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