brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.09k stars 367 forks source link

SSM doc - Specifying that using SecureString is possible #1694

Closed bernier-db closed 9 months ago

bernier-db commented 9 months ago

Since the example only talks about the String parameter type, I did not felt comfortable in storing the secrets as plain text in SSM. Upon digging in github, I found this comment on PR #1376.

I thought it would be helpful to specify that both SecureString and String are taken into account.

mnapoli commented 9 months ago

Thanks!