Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions aws-node-rest-api-typescript/serverless.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: aws-node-rest-api-typescript
org: serverlessinc
description: Deploys a Node REST API service with traditional Serverless Framework and Typescript
keywords: aws, serverless, faas, lambda, node, typescript
repo: https://github.com/serverless/examples/aws-node-rest-api-typescript
license: MIT
4 changes: 2 additions & 2 deletions aws-node-rest-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
title: 'AWS Simple HTTP Endpoint example in NodeJS'
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.'
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.'
layout: Doc
framework: v1
platform: AWS
Expand All @@ -12,7 +12,7 @@ authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4'

# Serverless Framework Node REST API on AWS

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.
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.

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.

Expand Down
6 changes: 6 additions & 0 deletions aws-node-rest-api/serverless.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: aws-node-rest-api
org: serverlessinc
description: Deploys a Node REST API service with traditional Serverless Framework
keywords: aws, serverless, faas, lambda, node
repo: https://github.com/serverless/examples/aws-node-rest-api
license: MIT
6 changes: 3 additions & 3 deletions aws-python-rest-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
title: 'AWS Simple HTTP Endpoint example in Python'
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.'
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.'
layout: Doc
framework: v1
platform: AWS
Expand All @@ -10,11 +10,11 @@ authorName: 'Serverless, inc.'
authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4'
-->

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

# Serverless Framework Python REST API on AWS

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

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.

Expand Down
6 changes: 6 additions & 0 deletions aws-python-rest-api/serverless.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: aws-python-rest-api
org: serverlessinc
description: Deploys a Python REST API service with traditional Serverless Framework
keywords: aws, serverless, faas, lambda, python
repo: https://github.com/serverless/examples/aws-python-rest-api
license: MIT