Skip to content

update examples.json #787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2024
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
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