-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(dynamodb): do not install aws-sdk in replica handler #7047
Conversation
The Node.js 12.x runtime now comes with AWS SDK for JavaScript v2.631.0. Installation of the latest version is no longer necessary (`ReplicaUpdates` has been introduced in v2.577.0).
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@jogold thanks for that! Have you been able to run the integration tests over this change (I wanna make sure this deploys cleanly, still - the code looks okay, but runtime can be treacherous)? I can do it otherwise... |
Yes, updated the |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Ergh... this got merge conflicted on the integration test expectations... 😔 I'll get back here and resolve that unless you beat me to it 😅 |
on it |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@RomainMuller can you check again? |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Commit Message
chore(dynamodb): do not install aws-sdk in replica handler (#7047)
The Node.js 12.x runtime now comes with AWS SDK for JavaScript v2.631.0. Installation
of the latest version is no longer necessary (
ReplicaUpdates
has been introduced inv2.577.0).
End Commit Message
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license