Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Last active April 7, 2019 13:43
Show Gist options
  • Save tonkatsu7/ade962b930e5781b2407adcea1701d99 to your computer and use it in GitHub Desktop.
Save tonkatsu7/ade962b930e5781b2407adcea1701d99 to your computer and use it in GitHub Desktop.
Install Localstack on WSL
# install dependencies
apt install default-jdk
apt install maven
apt install nodejs
apt install npm
# python
# pip
# don't use the --ser flag
pip install --no-cache --upgrade localstack
# installs to /usr/local/lib/python2.7/dist-packages/localstack/infra/
localstack --debug start #--docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment