Skip to content

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

Open
burleyb wants to merge 20 commits intoLeoPlatform:developmentfrom
burleyb:master
Open

update Buffer call to use Buffer.from for nodejs upgrade to lambda#14
burleyb wants to merge 20 commits intoLeoPlatform:developmentfrom
burleyb:master

Conversation

@burleyb
Copy link
Copy Markdown

@burleyb burleyb commented Dec 4, 2019

No description provided.

@Handyman Handyman changed the base branch from master to development December 4, 2019 21:51
lib/kms.js Outdated
decrypt: function(encryptedString) {
return kms.decrypt({
CiphertextBlob: new Buffer(encryptedString, 'base64')
CiphertextBlob: new Buffer.from(encryptedString, 'base64')
Copy link
Copy Markdown
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