Skip to content

Commit

Permalink
Merge branch 'master' into lambda-context
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 1, 2024
2 parents d060772 + 9670734 commit 7d1cab3
Show file tree
Hide file tree
Showing 27 changed files with 840 additions and 405 deletions.
2 changes: 2 additions & 0 deletions docs/environment/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ aws ssm put-parameter --region us-east-1 --name '//my-app\my-parameter' --type S

It is recommended to prefix the parameter name with your application name, for example: `/my-app/my-parameter`.

SSM also allows to store a SecureString parameter, which is encrypted with AWS KMS. To use a SecureString, simply change the `--type` argument to `--type SecureString`. Bref takes care of decrypting the value.

### Retrieving secrets

You can inject a secret in an environment variable:
Expand Down
Loading

0 comments on commit 7d1cab3

Please sign in to comment.