getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 111 forks source link

Deploy enable KMS server side encryption even when option encryption=null #296

Open seyacat opened 1 year ago

seyacat commented 1 year ago

Description

Type: queue deploy enable KMS server side encryption even when option encryption=null

How to Reproduce

deploy queue with encryption = null

` constructs: connector-queue: type: queue fifo: true encryption: ''

`

Additional Information

No response