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/3963dd8c505ac4490434492a8498eb95 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/3963dd8c505ac4490434492a8498eb95 to your computer and use it in GitHub Desktop.
service: serverless-social-network
provider: aws
functions:
users:
handler: handler.users
events:
- http: post users
- http: put users
- http: get users
- http: delete users
comments:
handler: handler.comments
events:
- 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