Skip to content

Commit 691f59a

Browse files
authored
Merge pull request serverless#365 from noetix/patch-1
Added `serverless-node-api-dynamodb-neo4j` to community examples
2 parents 6e2ad88 + 3b24750 commit 691f59a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ serverless install -u https://github.com/author/project -n my-project
214214
| **[Serverless Modern Koa](https://github.com/barczaG/serverless-modern-koa)** <br/> Serverless modern koa starter kit | [barczaG](http://github.com/barczaG) |
215215
| **[Serverless Msg Gateway](https://github.com/yonahforst/msg-gateway)** <br/> A messaging aggregator for kik, skype, twilio, telegram, & messenger. Send and receive messages in a standard format. | [yonahforst](http://github.com/yonahforst) |
216216
| **[Serverless Newsletter Signup](https://github.com/dschep/serverless-newsletter-signup)** <br/> Saves user details into DynamoDB table. Required values are email, first_name and last_name. | [dschep](http://github.com/dschep) |
217+
| **[Serverless Node Api Dynamodb Neo4j](https://github.com/noetix/serverless-node-api-dynamodb-neo4j)** <br/> Architecture example to stream DynamoDB data to a read-model using Neo4j | [noetix](http://github.com/noetix) |
217218
| **[Serverless Npm Registry](https://github.com/craftship/yith)** <br/> Serverless private npm registry, proxy and cache. | [craftship](http://github.com/craftship) |
218219
| **[Serverless Pokego](https://github.com/jch254/pokego-serverless)** <br/> Serverless-powered API to fetch nearby Pokemon Go data | [jch254](http://github.com/jch254) |
219220
| **[Serverless Postgraphql](https://github.com/rentrop/serverless-postgraphql)** <br/> GraphQL endpoint for PostgreSQL using postgraphql | [rentrop](http://github.com/rentrop) |

community-examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,5 +462,10 @@
462462
"name": "json-server-less-λ",
463463
"description": "A simple & cheap serverless REST API using [json-server](https://github.com/typicode/json-server) in combination with AWS Lambda / S3 and the serverless framework",
464464
"githubUrl": "https://github.com/pharindoko/json-server-less-lambda"
465+
},
466+
{
467+
"name": "serverless-node-api-dynamodb-neo4j",
468+
"description": "Architecture example to stream DynamoDB data to a read-model using Neo4j",
469+
"githubUrl": "https://github.com/noetix/serverless-node-api-dynamodb-neo4j"
465470
}
466471
]

0 commit comments

Comments
 (0)