- Serverless:
npm install -g serverless - AWS configured:
aws configure
-
Install dependencies
yarn install(preferable) ornpm install -
Copy
serverless.env.yml.disttoserverless.env.ymland fill it correctly if neededcp serverless.env.yml.dist serverless.env.yml
sls deploy- to create a stack and deploy an application using the default AWS profilesls remove- to remove a stackyarn test- to perform unit testsyarn run tdd- to perform unit tests with watch mode