Skip to content
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

Multiple fixes #557

Merged
merged 4 commits into from
May 13, 2022
Merged

Multiple fixes #557

merged 4 commits into from
May 13, 2022

Conversation

NoxHarmonium
Copy link
Collaborator

BREAKING CHANGE: serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3)

serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
12.x has left LTS and the recommended default lambda version is now 14.x so it makes sense to drop testing for it
BREAKING CHANGE: If you have implemented workarounds to allow the lambda to subscribe to an encrypted SQS queue, you may get conflicts as the policy to allow the decryption is now added automatically

- If you provide an key ID, key ARN or reference to a key ARN to the `kmsMasterKeyId` attribute, the relevant 'kms:Decrypt' policy statement should be added automatically to allow the subscription to work correctly
@NoxHarmonium NoxHarmonium force-pushed the issue-540-serverless-v3 branch from dd902df to 789ea78 Compare May 13, 2022 14:08
- Turns out CLI is now lower case, and it MacOS is case insensitive and didn't notice
@NoxHarmonium NoxHarmonium merged commit 453b6aa into master May 13, 2022
@NoxHarmonium
Copy link
Collaborator Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant