Skip to content

Instantly share code, notes, and snippets.

@liquidgenius
Forked from michaelbrewer/setup.sh
Created April 4, 2021 17:22
Show Gist options
  • Save liquidgenius/d389258ced88a4eb4ac29a3954ea3828 to your computer and use it in GitHub Desktop.
Save liquidgenius/d389258ced88a4eb4ac29a3954ea3828 to your computer and use it in GitHub Desktop.
Setting up aws-lambda-powertools
# Ensure we have the latest pip and pipenv
pip3 install --upgrade pip pipenv
# Setup new Python 3.8 project
pipenv --python 3.8
# Install aws-lambda-powertools
pipenv install boto3 aws-lambda-powertools
# Install dev dependencies
pipenv install black pytest --dev --pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment