Skip to content

Commit

Permalink
Merge pull request #787 from serverless/update-examples
Browse files Browse the repository at this point in the history
update examples.json
  • Loading branch information
walidelnozahy authored Jul 23, 2024
2 parents 65e4a8e + ab93fd5 commit 136ffb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"authorAvatar": "https://avatars0.githubusercontent.com/u/8188?v=4&s=140"
},
{
"title": "Serverless Framework Node Express API on AWS",
"title": "Node Express API on AWS",
"name": "aws-node-express-api",
"description": "This template demonstrates how to develop and deploy a simple Node Express API running on AWS Lambda using the Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-express-api",
Expand All @@ -241,7 +241,7 @@
"priority": 1
},
{
"title": "Serverless Framework Node Express API service backed by DynamoDB on AWS",
"title": "Node Express API service backed by DynamoDB on AWS",
"name": "aws-node-express-dynamodb-api",
"description": "This template demonstrates how to develop and deploy a simple Node Express API service backed by DynamoDB running on AWS Lambda using the Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-express-dynamodb-api",
Expand Down Expand Up @@ -656,7 +656,7 @@
"authorAvatar": "https://avatars0.githubusercontent.com/u/26760571?v=4&s=140"
},
{
"title": "Serverless Framework Node SQS Producer Consumer on AWS",
"title": "Node SQS Producer Consumer on AWS",
"name": "aws-node-sqs-worker",
"description": "This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-sqs-worker",
Expand Down Expand Up @@ -864,7 +864,7 @@
"authorAvatar": "https://avatars3.githubusercontent.com/u/30560831?v=4&s=140"
},
{
"title": "Serverless Framework Python Flask API on AWS",
"title": "Python Flask API on AWS",
"name": "aws-python-flask-api",
"description": "This template demonstrates how to develop and deploy a simple Python Flask API running on AWS Lambda using the Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-flask-api",
Expand All @@ -877,7 +877,7 @@
"priority": 2
},
{
"title": "Serverless Framework Python Flask API backed by DynamoDB on AWS",
"title": "Python Flask API backed by DynamoDB on AWS",
"name": "aws-python-flask-dynamodb-api",
"description": "This template demonstrates how to develop and deploy a simple Python Flask API service backed by DynamoDB running on AWS Lambda using the Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-flask-dynamodb-api",
Expand Down Expand Up @@ -1013,7 +1013,7 @@
"authorAvatar": "https://avatars0.githubusercontent.com/u/8188?v=4&s=140"
},
{
"title": "Serverless Framework Python SQS Producer Consumer on AWS",
"title": "Python SQS Producer Consumer on AWS",
"name": "aws-python-sqs-worker",
"description": "This template demonstrates how to develop and deploy a simple SQS-based producer-consumer service running on AWS Lambda using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-sqs-worker",
Expand Down Expand Up @@ -1075,7 +1075,7 @@
"authorAvatar": "https://avatars0.githubusercontent.com/u/1994863?v=4&s=140"
},
{
"title": "Serverless Framework Ruby Sinatra API backed by DynamoDB on AWS",
"title": "Ruby Sinatra API backed by DynamoDB on AWS",
"name": "aws-ruby-sinatra-dynamodb-api",
"description": "This template demonstrates how to develop and deploy a simple Ruby Sinatra API service backed by DynamoDB running on AWS Lambda using the traditional Serverless Framework.",
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-ruby-sinatra-dynamodb-api",
Expand Down

0 comments on commit 136ffb9

Please sign in to comment.