Skip to content

Commit 9cb12a7

Browse files
author
Lee Zen
authored
Update README.md (#1147)
1 parent 820ef6c commit 9cb12a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

aws-py-apigateway-lambda-serverless/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# [App Description] using [Service or Tool]
2-
3-
Set up two lambda-backed API Gateways: an API Gateway V1 (REST) and an API Gateway V2 (HTTP). AWS provides some information on the differences between these two API Gateway types, here: (Announcing HTTP APIs for Amazon API Gateway)[https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/] & (API Gateway V2 FAQs)[https://aws.amazon.com/api-gateway/faqs/]
4-
51
# Lambda-backed API Gateway
62

7-
This example provides API endpoints which are executed by lambda using TypeScript and AWS.
3+
This example provides API endpoints which are executed by AWS Lambda using Python.
4+
The example sets up up two Lambda-backed API Gateways: an API Gateway V1 (REST) and an API Gateway V2 (HTTP). AWS provides some information on the differences between these two API Gateway types: [Announcing HTTP APIs for Amazon API Gateway](https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/) and [API Gateway V2 FAQs](https://aws.amazon.com/api-gateway/faqs/)
85

96
This sample uses the following AWS products:
107

0 commit comments

Comments
 (0)