Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@destroyer22719
Created January 28, 2021 21:26
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 destroyer22719/6ac84e5e9f5c779b32bd613ae757bb53 to your computer and use it in GitHub Desktop.
Save destroyer22719/6ac84e5e9f5c779b32bd613ae757bb53 to your computer and use it in GitHub Desktop.
service: Article-Test
frameworkVersion: '2'
provider:
name: aws
runtime: nodejs12.x
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