Skip to content

Instantly share code, notes, and snippets.

@didil
Created July 16, 2018 11:09
Show Gist options
  • Save didil/4b2f360ca90f6b6833925aa171a10289 to your computer and use it in GitHub Desktop.
Save didil/4b2f360ca90f6b6833925aa171a10289 to your computer and use it in GitHub Desktop.
Defining the API Gateway endpoint
functions:
asyncConcat:
handler: functions/asyncConcat.handler
events:
- http:
path: asyncConcat
method: get
cors: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment