-
-
Save liquidgenius/d389258ced88a4eb4ac29a3954ea3828 to your computer and use it in GitHub Desktop.
Setting up aws-lambda-powertools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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