@tailwindapp/localstack v1.0.2
Tailwind LocalStack
Provides an easy way to simulate a fully functional AWS cloud stack, all through your local environment.
Installation
From NPM
To install this package from npm run
npm install @tailwindapp/localstackFrom Local
To install from local package, you first need to create a link by running
npm linkThen navigate to a desired repository and run
npm link @tailwindapp/localstackUsage
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.
localstack-startThis will start the database intended for ci testing
localstack-start-ci-dbThis will stop and remove all of your containers.
localstack-stopThis will stop, remove, and then start LocalStack.
localstack-restartThis will tail and follow all of the logs in LocalStack. Mostly helpful for debugging.
localstack-logsThis will filter the LocalStack logs for only the Lamda Logs.
localstack-lambda-logs