Skip to content
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

update Buffer call to use Buffer.from for nodejs upgrade to lambda #14

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

burleyb
Copy link

@burleyb burleyb commented Dec 4, 2019

No description provided.

@Handyman Handyman changed the base branch from master to development December 4, 2019 21:51
@@ -6,7 +6,7 @@ module.exports = function(configuration) {
_service: kms,
decrypt: function(encryptedString) {
return kms.decrypt({
CiphertextBlob: new Buffer(encryptedString, 'base64')
CiphertextBlob: new Buffer.from(encryptedString, 'base64')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs "new" dropped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants