https://github.com/rjpearson94/aws-sdk-examples
https://github.com/rjpearson94/aws-sdk-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rjpearson94/aws-sdk-examples
- Owner: RJPearson94
- Created: 2021-06-21T01:30:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T20:42:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T11:33:08.274Z (4 months ago)
- Language: TypeScript
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AWS SDK Examples
A repo to highlight the differences between version 2 and version 3 of the AWS JavaScript SDK. This repo has example TypeScript lambda functions which use various implementations and testing strategies to highlight where the 2 SDK's are similar and where they diverge.
A blog post outline my thoughts and opinions on AWS SDK JS V3 can be found [here](./docs/blog/aws-sdk-js-v3.md)
## API Gateway V2 Event to DynamoDB (using Document Client)
- [AWS SDK v2](./v2-document-client-write)
- [AWS SDK v3](./v3-document-client-write)
- [AWS SDK v3 (non modular)](./v3-non-modular-document-client-write)