We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it is necessary to use our own function to convert the stream of the s3 object body to a string:
bu-protected-s3-object-lambda/src/getOrCreateObject/resizeAndSave.js
Line 42 in 905d78f
There is now an AWS utility as part of the SDK to do this: aws/aws-sdk-js-v3#1877 (comment)
Or maybe the more up-to-date way to it is this: aws/aws-sdk-js-v3#1877 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now it is necessary to use our own function to convert the stream of the s3 object body to a string:
bu-protected-s3-object-lambda/src/getOrCreateObject/resizeAndSave.js
Line 42 in 905d78f
There is now an AWS utility as part of the SDK to do this:
aws/aws-sdk-js-v3#1877 (comment)
Or maybe the more up-to-date way to it is this:
aws/aws-sdk-js-v3#1877 (comment)
The text was updated successfully, but these errors were encountered: