Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 09:49
a9fbf8b

Changes

  • Annotation support for fetching keys and secrets from your favorite store. You can make use of the annotation @param to inject a parameter value in a variable.

By default it will use SSMProvider to retrieve the value from AWS System Manager Parameter Store.
You can always create your own provider based on where your keys or secrets are stored by extending BaseProvider and/or a Transformer.

image

  • Not directly related to this release, but now you can use preconfigured templates with lambda powertools core utilities pre configured. You can use it to initialize AWS SAM projects.

image

📜 Documentation updates

This release was made possible by the following contributors:

@vitodegiosa @pankajagrawal16 and @heitorlessa