Skip to content

Instantly share code, notes, and snippets.

@pmendonca
Created August 28, 2019 17:29
Show Gist options
  • Save pmendonca/9a1c4544f303861a2637753e2cc658e4 to your computer and use it in GitHub Desktop.
Save pmendonca/9a1c4544f303861a2637753e2cc658e4 to your computer and use it in GitHub Desktop.
# stack title
Describe why your stack was created. _Eg: This stacks is responsible for handle conferences callbacks from twilio._
## Endpoints
Short description try to explain why this set of functions should exist.
Function List:
- [Foo function](#-Foo-Function)
- [Bar function](#-Bar-Function)
---
### Foo Function
Short description. Eg: This function handles **foo**'s requests.
#### Api Gateway
Short description for your function followed by execution example:
`curl --request GET --url http://localhost?foo=bar`
| Parameter | Description |
| --------- | --------------- |
| foo | foo description |
| bar | bar description |
### Bar Function
Short description for your function followed by execution example:
`serverless invoke -f [funcname] -d [payload] --stage [stage]`
Payload
```json
{
"foo": "bar"
}
```
## Resources
All resources are listed here:
| Name | Type | Description |
| --------- | --------- | ------------------------------------ |
| foodb | DynamoDB | a nice description for your resource |
| barbucket | S3 Bucket | barbucket description |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment