Is it possible to create a an encryption key as well as update an existing key’s policy through serverless or serverless plugins.
Thanks for the help
Is it possible to create a an encryption key as well as update an existing key’s policy through serverless or serverless plugins.
Thanks for the help
The Resources
section of your service’s serverless.yml
is just CloudFormation so you can manage anything CFN can, like KMS Key’s. I think the policy
property in that resource definition is what you want.