Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 330 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 330 Bytes

Contributing

Bootstrap

Use the following commands to create the initial pyproject.toml.

poetry add python-json-logger
poetry add --group dev black boto3 boto3-stubs "boto3-stubs[ssm]" ddtrace flake8 mypy
serverless plugin install -n serverless-python-requirements
poetry install