-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Add some more config options #84
Conversation
NoxHarmonium
commented
Nov 2, 2020
•
edited
Loading
edited
- Add the ability to specify VisibilityTimeout and RawMessageDelivery which closes Add some more configuration options #83 (incorporating work done in the fork https://github.com/venn-city/serverless-sns-sqs-lambda)
- Add a type for the config structure and switch to '.ts' files which moves us closer to closing Port to TypeScript #51
- Add an integration test to make sure that the plugin works with the latest version of serverless
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com>
Support raw message delivery
- Add a prettier config for formatting consistency
- Packaging with serverless ensures that the plugin is still compatible with the current version of Serverless
I'll hold off on merging this PR until I've tested it in a real world project. I should be able to do that today. |
I've now tested visibility timeout in a real world project and its working great. |
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.
looks good to me
🎉 This PR is included in version 0.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |