/aws-lambda-async-init-timestamps

Testing timestamps registered by Lambda when there's async code in init step

Primary LanguageTypeScriptMIT LicenseMIT

aws-lambda-async-init-timestamps

Testing timestamps registered by Lambda when there's async code in init step

The cdk.json file tells the CDK Toolkit how to execute your app.

Pre-requisites

  • Install Node.js 18.x or later.
  • Enable corepack by running corepack enable.
  • Install dependencies by running yarn.

Useful commands

  • yarn build compile typescript to js
  • yarn watch watch for changes and compile
  • yarn test perform the jest unit tests
  • yarn cdk deploy deploy this stack to your default AWS account/region
  • yarn cdk diff compare deployed stack with current state
  • yarn cdk synth emits the synthesized CloudFormation template