Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 20, 2022 20:58
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 richardgrantserverless/44ab01f0cd1d4d14f6efeb8ded10480f to your computer and use it in GitHub Desktop.
Save richardgrantserverless/44ab01f0cd1d4d14f6efeb8ded10480f to your computer and use it in GitHub Desktop.
service: serverless-social-network
provider: aws
functions:
usersCreate:
handler: handlers.usersCreate
events:
- http: post users/create
commentsCreate:
handler: handlers.commentsCreate
events:
- http: post comments/create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment