python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
npm run localstack
Last active
December 5, 2021 16:23
-
-
Save thrau/82d006ff4cf1d26fcbfebb332d0c44a9 to your computer and use it in GitHub Desktop.
Run localstack with npm
This file contains 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
{ | |
"name": "npm-run", | |
"version": "1.0.0", | |
"description": "test for running localstack with npm", | |
"scripts": { | |
"localstack": "SERVICES=dynamodb localstack start" | |
} | |
} |
This file contains 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
localstack==0.13.0.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment