Skip to content

Instantly share code, notes, and snippets.

@vikene
Last active April 7, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikene/d89e3c0cedeac6298c1096f9f8b42b1d to your computer and use it in GitHub Desktop.
Save vikene/d89e3c0cedeac6298c1096f9f8b42b1d to your computer and use it in GitHub Desktop.
service: sample-github-actions
provider:
name: aws
runtime: nodejs12.x
stage: dev
region: us-east-1
functions:
app:
handler: app.handler
events:
- http: ANY /
- http: 'ANY {proxy+}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment