Trivikram Kamat

Results 283 comments of Trivikram Kamat

Building on top of https://github.com/aws/aws-sdk-js-v3/issues/5192#issuecomment-1857021314 we noticed that the timing issue is not reproducible when using ESM with TLA. #### test-aws-lambda-async-init ```js // ... const getAsyncTimestamp = async () =>...

The updated recommendation from AWS SDK for JavaScript team is to use Top Level Await (TLA) in your application. ```js // ... const client = new SSM(); const secret =...

ToDo: Deprecated commands should be marked as deprecated on API docs.

> Could you please review my PR? I'm not a maintainer of Node.js website, and had created issue while playing with the new redesign. The PR has notified @nodejs/nodejs-website, they'll...

> This appears to be missing the `AWS_SECRET_ACCESS_KEY` and `AWS_ACCESS_KEY_ID` That's a bug (unnecessary keys) in existing code. The [AWS Config](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html) in v2 does not have `AWS_SECRET_ACCESS_KEY` and `AWS_ACCESS_KEY_ID`. Those...

I've rebase changes from last three months in the PR. Is there anything else needed for review/merge? cc @Rheeseyb

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

> need to wait for the oxc transformer Milestone 1 is being tracked at https://github.com/oxc-project/oxc/issues/2859

@rennokki Any additional changes needed to get this PR merged?