Created
August 9, 2020 01:44
-
-
Save ahmedsakr/72eb5e5eee14e3212d810161fce4ad3b to your computer and use it in GitHub Desktop.
YAML file for uploading lambda to AWS
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: FortuneCookie | |
provider: | |
name: aws | |
runtime: nodejs12.x | |
profile: myaws | |
region: ca-central-1 | |
stackName: fortune-backend | |
package: | |
include: | |
- ./** | |
functions: | |
requestFortune: | |
handler: dist/fortune.fortuneHandler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment