mgorski-mg / serverless-observability

How to use AWS X-Ray with Lambdas and SQS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

How to use AWS X-Ray with Lambdas and SQS

License:Apache License 2.0


Languages

Language:C# 98.6%Language:PowerShell 1.4%