Imran99 / aws-xray-lambda

AWS X-ray with lambda and api-g

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  • Deploy the api via sls deploy
  • Create a secrets.yml file with an API_KEY field. Add the key provided after deployment
  • If you are using usage plans, add the api and stage to your usage plan via the api-g console
  • Enable tracing on lambda a via the lambda management console
  • Make an inital post request to api a and check the x-ray console for a service map and trace info

Service Map

alt

More Info

AWS X-Ray SDK docs: https://www.npmjs.com/package/aws-xray-sdk-core

About

AWS X-ray with lambda and api-g


Languages

Language:JavaScript 100.0%