This directory contains the source code for the python implementation of the parameter store extension.
To get started you can add the following arn as a layer to your lambda function:
This project uses poetry.
You can install the development dependencies with:
$ poetry install --dev
To build this layer, you can use the bin/build
command.
To deploy this layer, you can use the bin/deploy
command.