-
Notifications
You must be signed in to change notification settings - Fork 2.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
Add example on how to use S3 events for lambda functions written in Go using sam #737
Conversation
Codecov Report
@@ Coverage Diff @@
## release/v1.10.0 #737 +/- ##
================================================
Coverage 94.18% 94.18%
================================================
Files 67 67
Lines 2685 2685
Branches 478 478
================================================
Hits 2529 2529
Misses 80 80
Partials 76 76 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution, it looks good! Thank you for modifying the README and giving instructions on how to build and use this example, I will follow these steps and report if there are any issues. Just need to make that one template fix and this should be good to go.
@keetonian thanks for reviewing my pull request and the advise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran the example and it works, thanks! Fixed a few small template issues and removed the go binary file, thank you for this contribution!
Description of changes: This PR shows how to use aws sam to develop application that will trigger lambda function written in Go on S3 events like image upload.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.