Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python parameter-store-extension

This directory contains the source code for the python implementation of the parameter store extension.

Quick Start

To get started you can add the following arn as a layer to your lambda function:

Development

This project uses poetry.

You can install the development dependencies with:

$ poetry install --dev

Build

To build this layer, you can use the bin/build command.

Deploy

To deploy this layer, you can use the bin/deploy command.