diff --git a/examples.json b/examples.json index 4215d3da0..b66fc4942 100644 --- a/examples.json +++ b/examples.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -498,10 +498,10 @@ }, { "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", @@ -509,6 +509,18 @@ "authorAvatar": "https://avatars1.githubusercontent.com/u/13742415?s=200&v=4", "priority": 1 }, + { + "title": "AWS HTTP API using NodeJS and DynamoDB", + "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", @@ -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", @@ -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", @@ -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",