Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 20, 2022 20:59
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/525e2cfcc51a12ad881ca5eadda647c1 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/525e2cfcc51a12ad881ca5eadda647c1 to your computer and use it in GitHub Desktop.
service: serverless-social-network
provider: aws
functions:
socialNetwork:
handler: handler.socialNetwork
events:
- http: post users
- http: put users
- http: get users
- http: delete users
- http: post comments
- http: put comments
- http: get comments
- http: delete comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment