Created
March 16, 2021 13:01
-
-
Save ChechoCZ/37ede64af0c4b9a22559b63c29e3d99e to your computer and use it in GitHub Desktop.
Serverless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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