Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created June 13, 2020 15:08
Show Gist options
  • Save vamsijakkula/ef144aa0c3e59af36439a9df61d56d64 to your computer and use it in GitHub Desktop.
Save vamsijakkula/ef144aa0c3e59af36439a9df61d56d64 to your computer and use it in GitHub Desktop.
serverless.yml
service: helloworld
app: helloworld-app
org: krishnavamsi
provider:
name: aws
runtime: python3.8
profile: serverless-admin
region: us-east-1
functions:
hello:
handler: handler.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment