2.0.0 (2022-05-13)
Bug Fixes
- fix case sensitivity issue (42e9675)
- improve the handling of encrypted SQS queues (fixes #555) (789ea78)
Features
BREAKING CHANGES
- 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
- 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