Skip to content

Instantly share code, notes, and snippets.

@thrau
Last active December 5, 2021 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thrau/82d006ff4cf1d26fcbfebb332d0c44a9 to your computer and use it in GitHub Desktop.
Save thrau/82d006ff4cf1d26fcbfebb332d0c44a9 to your computer and use it in GitHub Desktop.
Run localstack with npm

Run localstack with npm

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
npm run localstack
{
"name": "npm-run",
"version": "1.0.0",
"description": "test for running localstack with npm",
"scripts": {
"localstack": "SERVICES=dynamodb localstack start"
}
}
localstack==0.13.0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment