From 03f1f704b693d2763d138780a072d63af869433b Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 22 May 2024 11:13:26 -0400 Subject: [PATCH] docs: update supplemental root README.md (#6123) * docs: update supplemental root README.md * docs: fix paths --- supplemental-docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.