Unit Test and Integration Test for AWS Lambda/NodeJS in TypeScript | by Zijing Zhao | Level Up Coding

PHOTO EMBED

Mon Jan 31 2022 05:37:47 GMT+0000 (Coordinated Universal Time)

Saved by @jrsl

.
├── README.md
├── hello-world
│   ├── babel.config.js
│   ├── jest.config.test.js
│   ├── package-lock.json
│   ├── package.json
│   ├── src-ts
│   ├── tests
│   │   └── unit
│   │       └── test-handler.test.ts
├── samconfig.toml
└── template.yaml
content_copyCOPY

https://levelup.gitconnected.com/unit-test-and-integration-test-for-aws-lambda-nodejs-in-typescript-2235a0f69f5