https://github.com/markusl/aws-cdk-nodejs18-lambda-aws-js-sdk-v3
Easily deploy AWS Lambda using AWS JS SDK v3 using AWS CDK all in TypeScript
https://github.com/markusl/aws-cdk-nodejs18-lambda-aws-js-sdk-v3
Last synced: about 1 year ago
JSON representation
Easily deploy AWS Lambda using AWS JS SDK v3 using AWS CDK all in TypeScript
- Host: GitHub
- URL: https://github.com/markusl/aws-cdk-nodejs18-lambda-aws-js-sdk-v3
- Owner: markusl
- Created: 2022-11-21T16:43:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T16:42:29.000Z (about 3 years ago)
- Last Synced: 2025-01-31T16:56:20.640Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-cdk-nodejs18-lambda-aws-js-sdk-v3
Project skeleton for AWS CDK project that uses:
* AWS CDK TypeScript
* [Node.js](https://nodejs.org) 18 [Lambda runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)
* TypeScript Lambda with ESM (ECMAScript modules)
* [AWS JS SDK v3](https://github.com/aws/aws-sdk-js-v3)
* Use types from `aws-lambda` to make handler strongly-typed
* AWS CDK [snapshot tests](https://docs.aws.amazon.com/cdk/v2/guide/testing.html) using [Jest](https://jestjs.io/)