Feat: S3 Object Lambda support by msailes · Pull Request #229 · aws/aws-lambda-java-libs
Navigation Menu
{{ message }}
aws / aws-lambda-java-libs Public
- Notifications You must be signed in to change notification settings
- Fork 240
Merged
Feat: S3 Object Lambda support#229
carlzogh merged 5 commits intoaws:masterfrom
msailes:s3ObjectLambda
Feat: S3 Object Lambda support#229
carlzogh merged 5 commits intoaws:masterfrom
msailes:s3ObjectLambda
Conversation
Copy link Copy Markdown
Contributor
msailes
commented
Mar 19, 2021
msailes
commented
Issue #, if available:
None.
Description of changes:
Support for S3 Object Lambda - as described in this blog - https://aws.amazon.com/blogs/aws/introducing-amazon-s3-object-lambda-use-your-code-to-process-data-as-it-is-being-retrieved-from-s3/
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy link Copy Markdown
pankajagrawal16
left a comment
pankajagrawal16
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Copy link Copy Markdown
Contributor Author
msailes
commented
Mar 19, 2021
msailes commented
Mar 19, 2021Tested on AWS platform.
carlzogh approved these changes Mar 19, 2021
carlzogh reviewed Mar 19, 2021
...a-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3ObjectLambdaEvent.java
Show resolved
Hide resolved
...a-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3ObjectLambdaEvent.java Show resolved Hide resolved
msailes added 2 commits
March 19, 2021 14:32Improved javadocs. Example usage added.
carlzogh approved these changes Mar 23, 2021
carlzogh added 2 commits
March 23, 2021 13:29
carlzogh
merged commit
90b723f
into
aws:master
sdelamo
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment