Skip to content

Instantly share code, notes, and snippets.

@yungblud
Created June 11, 2019 06:07
Show Gist options
  • Select an option

  • Save yungblud/d146fe2acad16a4cff0f67d830a21d02 to your computer and use it in GitHub Desktop.

Select an option

Save yungblud/d146fe2acad16a4cff0f67d830a21d02 to your computer and use it in GitHub Desktop.

Setup AWS Credentials for sls create

$ serverless config credentials --provider aws --key IAM_ACCESS_KEY --secret IAM_SECRET_KEY

or

with over-write config (~/.aws/credentials)

$ serverless config credentials -o --provider aws --key IAM_ACCESS_KEY --secret IAM_SECRET_KEY

Create serverless project

$ sls create -t TEMPLATE_NAME -p PROJECT_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment