Fully functional local AWS cloud stack.
npm install @tailwindapp/localstackProvides an easy way to simulate a fully functional AWS cloud stack, all through your local environment.
To install this package from npm run
``bash`
npm install @tailwindapp/localstack
To install from local package, you first need to create a link by running
`bash`
npm link
Then navigate to a desired repository and run
`bash`
npm link @tailwindapp/localstack
This command will start the containers, build the code, and add all of the AWS Resources in your template.yml to Localstack. It will also spin up an NGINX API at localhost:8080 where all of your API Gateway Lambdas will be available.
`bash`
localstack-start
This will start the database intended for ci testing
`bash`
localstack-start-ci-db
This will stop and remove all of your containers.
`bash`
localstack-stop
This will stop, remove, and then start LocalStack.
`bash`
localstack-restart
This will tail and follow all of the logs in LocalStack. Mostly helpful for debugging.
`bash`
localstack-logs
This will filter the LocalStack logs for only the Lamda Logs.
`bash``
localstack-lambda-logs