diff --git a/supplemental-docs/README.md b/supplemental-docs/README.md index b869241cd05a..2dd6973b86d9 100644 --- a/supplemental-docs/README.md +++ b/supplemental-docs/README.md @@ -9,3 +9,11 @@ Information about initializing an SDK client and common configurable constructor #### [Upgrading](../UPGRADING.md) Upgrading from AWS SDK for JavaScript (v2) (https://github.com/aws/aws-sdk-js). + +#### [AWS Lambda](./AWS_LAMBDA.md) + +Best practices for working within AWS Lambda using the AWS SDK for JavaScript (v3). + +#### [TypeScript](./TYPESCRIPT.md) + +TypeScript tips & FAQ related to this project.