dancrumb / generator-serverless-policy

Yeoman Generator to create IAM policy for deploying a Serverless service
MIT License
278 stars 43 forks source link

[enhancement] add optional SSM permissions #50

Closed RYFN closed 1 year ago

RYFN commented 4 years ago

When running serverless deploy using this IAM policy, if you're using AWS SSM (e.g. ${ssm:/your-variable/example~true}, serverless is unable to pull in the SSM variables.

This can be resolved by adding in the IAM permissions outlined in https://github.com/serverless/serverless/issues/5781

dancrumb commented 4 years ago

Good enhancement.

I won't get to this personally for a while but would welcome a PR