An open API service indexing awesome lists of open source software.

https://github.com/rjpearson94/aws-sdk-examples


https://github.com/rjpearson94/aws-sdk-examples

Last synced: 2 months ago
JSON representation

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)