Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 562 Bytes

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.