Last active
April 7, 2020 07:45
-
-
Save vikene/d89e3c0cedeac6298c1096f9f8b42b1d to your computer and use it in GitHub Desktop.
Revisions
-
vikene revised this gist
Apr 7, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,5 @@ functions: handler: app.handler events: - http: ANY / - http: 'ANY {proxy+}'
-
vikene created this gist
Apr 7, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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+}'