This repository contains the sample code used in the article Distributed request tracing in AWS with Serverless Node.js
As a pre-requesite for this, you will need a few things installed:
- Node.js & npm
- AWS CLI, configured with credentials
- Serverless CLI (
npm i -g serverless
)