-
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
Eventbridge events #477
Eventbridge events #477
Conversation
hey again @brett-vendia @brettstack ! adding another event source. comments greatly appreciated! |
hey! @brett-vendia @brettstack bubbling this to the top of your inbox. thoughts? |
I tried this: For the handler file, this is what I did:
This is the code for
But It did not work... What can I do? :/ |
@cnuss I created a refactored version of this library called serverless-adapter, still in beta but you can try to see if it works well, has event bridge support and many other event sources. |
Thanks @cnuss and apologies for this taking so long! |
🎉 This PR is included in version 4.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [4.6.0](CodeGenieApp/serverless-express@v4.5.4...v4.6.0) (2022-04-19) ### Bug Fixes * fix minimist security issue ([9be1f96](CodeGenieApp/serverless-express@9be1f96)) * npm audit fix ([0495697](CodeGenieApp/serverless-express@0495697)) ### Features * add Eventbridge events ([#477](CodeGenieApp/serverless-express#477)) ([a25cbad](CodeGenieApp/serverless-express@a25cbad))
Description of changes:
Similar to #468, adding support for EventBridge events
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.