Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created March 16, 2021 13:01
Show Gist options
  • Save ChechoCZ/37ede64af0c4b9a22559b63c29e3d99e to your computer and use it in GitHub Desktop.
Save ChechoCZ/37ede64af0c4b9a22559b63c29e3d99e to your computer and use it in GitHub Desktop.
Serverless
Create:
npx serverless create --template aws-nodejs --path fancy-name
Deploy:
npx serverless config credentials --provider aws --key AWS_KEY --secret AWS-SECRET
npx serverless deploy -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment