Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ A collection of ready-to-deploy [Serverless Framework](https://github.com/server
<!-- ⛔️ AUTO-GENERATED-CONTENT:START (TOC:collapse=true&collapseText=Click to expand) generated w/ `npm run docs` -->
<details>
<summary>Click to expand</summary>

- [Getting Started](#getting-started)
- [Examples](#examples)
- [Community Examples](#community-examples)
- [Contributing](#contributing)
* [Adding example code](#adding-example-code)
* [Adding a community example](#adding-a-community-example)

</details>
<!-- AUTO-GENERATED-CONTENT:END -->

Expand Down Expand Up @@ -75,7 +77,8 @@ Have an example? Submit a PR or [open an issue](https://github.com/serverless/ex
<!-- AUTO-GENERATED-CONTENT:START (COMMUNITY_EXAMPLES_TABLE) generated w/ `npm run docs` -->
| Example | Author |
|:-------|:------:|
| **[Serverless Reactjs Universal Rendering Boilerplate](http://github.com/TylorShin/react-universal-in-serverless)** <br/> ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
| **[Open Bot](https://github.com/open-bot/open-bot)** <br/> An unoptionated Github bot driven by a configuration file in the repository | [open-bot](http://github.com/open-bot) |
| **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)** <br/> ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
| **[Adoptable Pet Bot](https://github.com/lynnaloo/adoptable-pet-bot)** <br/> Tweets adoptable pets using Serverless (Node.js) and AWS Lambda | [lynnaloo](http://github.com/lynnaloo) |
| **[Bittman](https://github.com/rhlsthrm/bittman)** <br/> A serverless project that follows a stock trading algorithm and uses scheduled functions to save data to DynamoDB and send emails through Mailgun. | [rhlsthrm](http://github.com/rhlsthrm) |
| **[Cordis Serverless](https://github.com/marzeelabs/cordis-serverless)** <br/> A serverless API for EU Cordis data | [marzeelabs](http://github.com/marzeelabs) |
Expand Down
7 changes: 6 additions & 1 deletion community-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
{
"name": "Serverless ReactJS Universal Rendering Boilerplate",
"description": "ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless",
"githubUrl": "http://github.com/TylorShin/react-universal-in-serverless"
"githubUrl": "https://github.com/TylorShin/react-universal-in-serverless"
},
{
"name": "Open Bot",
"description": "An unoptionated Github bot driven by a configuration file in the repository",
"githubUrl": "https://github.com/open-bot/open-bot"
}
]