Skip to content

Commit 136ffb9

Browse files
Merge pull request #787 from serverless/update-examples
update examples.json
2 parents 65e4a8e + ab93fd5 commit 136ffb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"authorAvatar": "https://avatars0.githubusercontent.com/u/8188?v=4&s=140"
229229
},
230230
{
231-
"title": "Serverless Framework Node Express API on AWS",
231+
"title": "Node Express API on AWS",
232232
"name": "aws-node-express-api",
233233
"description": "This template demonstrates how to develop and deploy a simple Node Express API running on AWS Lambda using the Serverless Framework.",
234234
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-express-api",
@@ -241,7 +241,7 @@
241241
"priority": 1
242242
},
243243
{
244-
"title": "Serverless Framework Node Express API service backed by DynamoDB on AWS",
244+
"title": "Node Express API service backed by DynamoDB on AWS",
245245
"name": "aws-node-express-dynamodb-api",
246246
"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.",
247247
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-express-dynamodb-api",
@@ -656,7 +656,7 @@
656656
"authorAvatar": "https://avatars0.githubusercontent.com/u/26760571?v=4&s=140"
657657
},
658658
{
659-
"title": "Serverless Framework Node SQS Producer Consumer on AWS",
659+
"title": "Node SQS Producer Consumer on AWS",
660660
"name": "aws-node-sqs-worker",
661661
"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.",
662662
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-node-sqs-worker",
@@ -864,7 +864,7 @@
864864
"authorAvatar": "https://avatars3.githubusercontent.com/u/30560831?v=4&s=140"
865865
},
866866
{
867-
"title": "Serverless Framework Python Flask API on AWS",
867+
"title": "Python Flask API on AWS",
868868
"name": "aws-python-flask-api",
869869
"description": "This template demonstrates how to develop and deploy a simple Python Flask API running on AWS Lambda using the Serverless Framework.",
870870
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-flask-api",
@@ -877,7 +877,7 @@
877877
"priority": 2
878878
},
879879
{
880-
"title": "Serverless Framework Python Flask API backed by DynamoDB on AWS",
880+
"title": "Python Flask API backed by DynamoDB on AWS",
881881
"name": "aws-python-flask-dynamodb-api",
882882
"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.",
883883
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-flask-dynamodb-api",
@@ -1013,7 +1013,7 @@
10131013
"authorAvatar": "https://avatars0.githubusercontent.com/u/8188?v=4&s=140"
10141014
},
10151015
{
1016-
"title": "Serverless Framework Python SQS Producer Consumer on AWS",
1016+
"title": "Python SQS Producer Consumer on AWS",
10171017
"name": "aws-python-sqs-worker",
10181018
"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.",
10191019
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-python-sqs-worker",
@@ -1075,7 +1075,7 @@
10751075
"authorAvatar": "https://avatars0.githubusercontent.com/u/1994863?v=4&s=140"
10761076
},
10771077
{
1078-
"title": "Serverless Framework Ruby Sinatra API backed by DynamoDB on AWS",
1078+
"title": "Ruby Sinatra API backed by DynamoDB on AWS",
10791079
"name": "aws-ruby-sinatra-dynamodb-api",
10801080
"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.",
10811081
"githubUrl": "https://github.com/serverless/examples/tree/master/aws-ruby-sinatra-dynamodb-api",

0 commit comments

Comments
 (0)