Skip to content

Commit bcefe77

Browse files
authored
Merge pull request #563 from serverless/update-template
Update templates to use serverless.template.yml
2 parents 7a24e43 + 6a21218 commit bcefe77

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: aws-node-rest-api-typescript
2+
org: serverlessinc
3+
description: Deploys a Node REST API service with traditional Serverless Framework and Typescript
4+
keywords: aws, serverless, faas, lambda, node, typescript
5+
repo: https://github.com/serverless/examples/aws-node-rest-api-typescript
6+
license: MIT

aws-node-rest-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
title: 'AWS Simple HTTP Endpoint example in NodeJS'
3-
description: 'This template demonstrates how to make a simple REST API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework v1.'
3+
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.'
44
layout: Doc
55
framework: v1
66
platform: AWS
@@ -12,7 +12,7 @@ authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4'
1212

1313
# Serverless Framework Node REST API on AWS
1414

15-
This template demonstrates how to make a simple REST API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework v1.
15+
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.
1616

1717
This template does not include any kind of persistence (database). For a more advanced examples check out the [examples repo](https://github.com/serverless/examples/) which includes Typescript, Mongo, DynamoDB and other examples.
1818

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: aws-node-rest-api
2+
org: serverlessinc
3+
description: Deploys a Node REST API service with traditional Serverless Framework
4+
keywords: aws, serverless, faas, lambda, node
5+
repo: https://github.com/serverless/examples/aws-node-rest-api
6+
license: MIT

aws-python-rest-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
title: 'AWS Simple HTTP Endpoint example in Python'
3-
description: 'This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the Serverless Framework v1.'
3+
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.'
44
layout: Doc
55
framework: v1
66
platform: AWS
@@ -10,11 +10,11 @@ authorName: 'Serverless, inc.'
1010
authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4'
1111
-->
1212

13-
This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the Serverless Framework v1.
13+
This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the traditional Serverless Framework.
1414

1515
# Serverless Framework Python REST API on AWS
1616

17-
This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the Serverless Framework v1.
17+
This template demonstrates how to make a simple REST API with Python running on AWS Lambda and API Gateway using the traditional Serverless Framework.
1818

1919
This template does not include any kind of persistence (database). For a more advanced examples check out the [examples repo](https://github.com/serverless/examples/) which includes DynamoDB, Mongo, Fauna and other examples.
2020

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: aws-python-rest-api
2+
org: serverlessinc
3+
description: Deploys a Python REST API service with traditional Serverless Framework
4+
keywords: aws, serverless, faas, lambda, python
5+
repo: https://github.com/serverless/examples/aws-python-rest-api
6+
license: MIT

0 commit comments

Comments
 (0)