Created
August 11, 2018 11:47
-
-
Save shierro/0e88f5b2ada79ebd53f370e2734c0c0e to your computer and use it in GitHub Desktop.
serverless CORS
This file contains 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: | |
my_func: | |
handler: handler.my_func | |
events: | |
- http: | |
path: my_func | |
method: get | |
cors: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment