Skip to content

mgorski-mg/serverless-observability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-observability

Sample app showing how to monitor systems with the serverless approach.

Covered topics:

  • structured logs
  • AWS X-Ray
  • correlation id - tracking the path of the request
  • AWS X-Ray SQS to Lambda
    • AWS X-Ray with Lambda and SQS - already fixed by AWS - UpdateItemLambda
    • automatic tracking of SQS to Lambda - announcement - UpdateItemLambdaV2