aws / aws/serverless-application-model
Create a policy template for writing AWS Systems Manager - Parameter Store parameters
- Dominant language
- Python
- Stars
- 9.6k
- Forks
- 2.5k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 7
Description
## Description:
Currently, the only policy template available for [AWS Systems Manager - Parameter Store][ssm-parameter-store] is the _[SSMParameterReadPolicy][ssm-parameter-read-policy]_ for reading parameters.
This means that users, especially those creating nested workflows, must handcraft AWS IAM policies to update parameters via AWS SAM applications.
I am submitting a PR separately which contains a proposed _SSMParameterWritePolicy_ template with the additional required permissions per the Systems Manager documentation.
[ssm-parameter-store]: https://aws.amazon.com/systems-manager/features/#Parameter_Store
[ssm-parameter-read-policy]: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-policy-template-list.html#ssm-parameter-read-policy
Contributor guide
Assessment
This issue has not been assessed yet.