Created
April 24, 2018 11:51
-
-
Save adhorn/a2f5a29a3ad3c20bc3dd21f61cca5861 to your computer and use it in GitHub Desktop.
Deploying using the serverless framework
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
| # Deploy in the eu-west-1 region | |
| serverless deploy --region eu-west-1 | |
| # Deploy in the eu-central-1 region | |
| serverless deploy --region eu-central-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment