Serverless/ Secrets

Secrets

Stored in AWS Secrets Manager and injected into the functions at deploy. Values are write-only and never displayed.

KeySecret sourceValueUpdatedActions
No secrets referencedAdd secrets under app.secrets in your cloud config, then set their values here.
Type {{ pendingDelete() }} to delete this secret:

Set a secret value

{{ msg() }}

Setting a value creates the Secrets Manager entry if it does not exist. The new value is injected into the functions on the next cloud deploy:serverless.