Skip to content

Instantly share code, notes, and snippets.

@adhorn
Created April 24, 2018 11:51
Show Gist options
  • Select an option

  • Save adhorn/a2f5a29a3ad3c20bc3dd21f61cca5861 to your computer and use it in GitHub Desktop.

Select an option

Save adhorn/a2f5a29a3ad3c20bc3dd21f61cca5861 to your computer and use it in GitHub Desktop.
Deploying using the serverless framework
# 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