perpil
perpil
### Issue N/A ### Description credentials was misspelled as `credenitials` in `README.md` ### Testing Spellcheck ### Additional context N/A --- By submitting this pull request, I confirm that you can...
STS has been multi-region for some time now. It's a [best practice](https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html) to use the regional endpoint for latency and availability reasons.
### Use case I've been doing some benchmarking of using the lambda layer vs bundling the SDK using esbuild. There appears to be a noticeable performance penalty in using the...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...
Fix the `cd: no such file or directory: /00-baseCore` error when following steps in the README: ``` cd /00-baseCore sam build sam deploy --guided cd: no such file or directory:...
The paths in the README are absolute, not relative. Users of the README copy and paste the commands from the README and they fail this error: ``` cd: no such...
Thank you for creating this! It's super helpful. I was using ToolkitCleaner and noticed it required Docker running, which I believe is due to [this](https://github.com/jogold/cloudstructs/blob/a031324328e636210ec85131f687bc7f2ae3eb1c/src/toolkit-cleaner/index.ts#L60). I don't use ECR currently...
### Describe the issue In the example for how to turn off keep-alive on this [page](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-reusing-connections.html) you use `httpAgent`. For DynamoDB and any AWS Service I can think of it...
### Checkboxes for prior research - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [x] I've searched for [previous similar...
Is it possible to rerun the [benchmark](https://github.com/awslabs/llrt/blob/main/example/functions/src/v3-lib.mjs) with the latest release? Since January 2024, the llrt binaries have grown 2+ MB. I've been doing some coldstart benchmarking to compare LLRT...