Last active
January 9, 2019 15:08
-
-
Save alexdebrie/2a468c83a527ac452cf7765c7bb8e5cd to your computer and use it in GitHub Desktop.
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
functions: | |
hello: | |
handler: handler.hello | |
events: | |
- http: | |
path: hello | |
method: get | |
cors: | |
origin: 'api.myorigin.com' | |
headers: | |
- Content-Type | |
- X-Amz-Date | |
- Authorization | |
- X-Api-Key | |
- X-Amz-Security-Token | |
- X-Amz-User-Agent | |
allowCredentials: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment