Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 42 additions & 30 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@
"authorAvatar": "https://avatars2.githubusercontent.com/u/416477?v=4&s=140"
},
{
"title": "TODO",
"name": "aws-node-rest-api-mongodb",
"title": "AWS HTTP API with MongoDB",
"name": "aws-node-http-api-mongodb",
"description": "This example demonstrate how to use MongoDB with AWS and Serverless.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-rest-api-mongodb",
"framework": "v1",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-http-api-mongodb",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/lucianopf",
Expand All @@ -440,7 +440,7 @@
"name": "aws-node-typescript",
"description": "This template demonstrates how to deploy a TypeScript function running on AWS Lambda using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-typescript",
"framework": "v2",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/serverless",
Expand All @@ -450,10 +450,10 @@
},
{
"title": "AWS Simple HTTP Endpoint example in NodeJS with Typescript",
"name": "aws-node-rest-api-typescript-simple",
"description": "This template demonstrates how to make a simple REST API with Node.js and Typescript running on AWS Lambda and API Gateway using the Serverless Framework v1.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-rest-api-typescript-simple",
"framework": "v1",
"name": "aws-node-http-api-typescript-simple",
"description": "A simple HTTP API with TypeScript running on AWS Lambda and API Gateway deployed with Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-http-api-typescript",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/serverless",
Expand Down Expand Up @@ -485,11 +485,11 @@
"authorAvatar": "https://avatars1.githubusercontent.com/u/13746650?v=4&s=140"
},
{
"title": "AWS Serverless REST API example in NodeJS",
"name": "aws-node-rest-api-with-dynamodb",
"title": "AWS Serverless HTTP API example in NodeJS",
"name": "aws-node-http-api-with-dynamodb",
"description": "This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-rest-api-with-dynamodb",
"framework": "v1",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-http-api-with-dynamodb",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/ozbillwang",
Expand All @@ -498,17 +498,29 @@
},
{
"title": "AWS Simple HTTP Endpoint example in NodeJS",
"name": "aws-node-rest-api",
"description": "This template demonstrates how to make a simple REST API with Node.js running on AWS Lambda and API Gateway using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-rest-api",
"framework": "v2",
"name": "aws-node-http-api",
"description": "This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-http-api",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/serverless",
"authorName": "Serverless, inc.",
"authorAvatar": "https://avatars1.githubusercontent.com/u/13742415?s=200&v=4",
"priority": 1
},
{
"title": "AWS HTTP API using NodeJS and DynamoDB",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example wasn't even referenced at all so I added it to the list.

"name": "aws-node-http-api-dynamodb",
"description": "This template demonstrates how to make a simple HTTP API with Node.js using DynamoDB as a database.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-node-http-api-dynamodb",
"framework": "v3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/serverless",
"authorName": "Serverless, inc.",
"authorAvatar": "https://avatars1.githubusercontent.com/u/13742415?s=200&v=4"
},
{
"title": "AWS S3 File Replicator",
"name": "aws-node-s3-file-replicator",
Expand Down Expand Up @@ -914,11 +926,11 @@
"authorAvatar": "https://avatars1.githubusercontent.com/u/499317?v=4&s=140"
},
{
"title": "AWS Serverless REST API with DynamoDB store example in Python",
"name": "aws-python-rest-api-with-dynamodb",
"description": "This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-rest-api-with-dynamodb",
"framework": "v1",
"title": "AWS HTTP API with DynamoDB and Python",
"name": "aws-python-http-api-with-dynamodb",
"description": "This example demonstrates how to setup an HTTP API to create, list, get, update and delete Todos. DynamoDB is used to store the data.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-http-api-with-dynamodb",
"framework": "v3",
"language": "python",
"platform": "aws",
"authorLink": "https://github.com/godfreyhobbs",
Expand Down Expand Up @@ -950,11 +962,11 @@
"authorAvatar": ""
},
{
"title": "AWS Serverless REST API with DynamoDB store example in Python",
"name": "aws-python-rest-api-with-pynamodb",
"title": "AWS Serverless HTTP API with DynamoDB store example in Python",
"name": "aws-python-http-api-with-pynamodb",
"description": "This example demonstrates how to setup a RESTful Web Service allowing you to create, list, get, update and delete Todos. DynamoDB is used to store the data.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-rest-api-with-pynamodb",
"framework": "v1",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-http-api-with-pynamodb",
"framework": "v3",
"language": "python",
"platform": "aws",
"authorLink": "https://github.com/helveticafire",
Expand All @@ -963,10 +975,10 @@
},
{
"title": "AWS Simple HTTP Endpoint example in Python",
"name": "aws-python-rest-api",
"description": "This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-rest-api",
"framework": "v2",
"name": "aws-python-http-api",
"description": "This template demonstrates how to make a simple HTTP API with Python running on AWS Lambda and API Gateway using Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/v3/aws-python-http-api",
"framework": "v3",
"language": "python",
"platform": "aws",
"authorLink": "https://github.com/serverless",
Expand Down