Skip to content

Instantly share code, notes, and snippets.

@ahmedsakr
Created August 9, 2020 01:44
Show Gist options
  • Save ahmedsakr/72eb5e5eee14e3212d810161fce4ad3b to your computer and use it in GitHub Desktop.
Save ahmedsakr/72eb5e5eee14e3212d810161fce4ad3b to your computer and use it in GitHub Desktop.
YAML file for uploading lambda to AWS
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