Created
June 13, 2020 15:08
-
-
Save vamsijakkula/ef144aa0c3e59af36439a9df61d56d64 to your computer and use it in GitHub Desktop.
serverless.yml
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
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