-
Notifications
You must be signed in to change notification settings - Fork 671
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
Native SNS and DynamoDB Support #468
Conversation
@brettstack Could you have a look at this PR? Let me know if you have any comments/suggestions/issues with this! Thanks! |
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.
This looks great! Thanks! Just one thing to remove is the manual version update in package.json. I'll merge this as a feat:
commit message and it'll automatically get published as that version. Do you have examples you're able to commit also? Thanks again!
@brettstack removed the Re: examples -- I'll whip together an example, but could I do it as another PR, or would you like one as part of this PR? |
# [4.4.0](v4.3.12...v4.4.0) (2021-10-06) ### Features * add support for SNS and DynamoDB event sources ([#468](#468)) ([276a6da](276a6da))
🎉 This PR is included in version 4.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks @cnuss! This is a great addition. Best of luck with Scaffoldly. |
thanks @brettstack! serverless-express has been amazing if you'd like to connect and learn a little about Scaffoldly, I'm looking for some early feedback and would be happy to show you around. hit me up! my LinkedIn and Twitter details are in my bio |
# [4.4.0](CodeGenieApp/serverless-express@v4.3.12...v4.4.0) (2021-10-06) ### Features * add support for SNS and DynamoDB event sources ([#468](CodeGenieApp/serverless-express#468)) ([276a6da](CodeGenieApp/serverless-express@276a6da))
Description of changes:
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.