From e661a555e5aa05a4b1ddb2bebcc9b04fa438ce21 Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Wed, 19 Jan 2022 18:00:47 -0800 Subject: [PATCH] Update README.md (#1151) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4724e0478..ba6aff16e 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,10 @@ $ git pull origin master Example | Description | --------- | --------- | [API Gateway](aws-ts-apigateway) | Deploy a simple REST API that counts the number of times a route has been hit. -[API Gateway HTTP API with routes](aws-ts-apigatewayv2-http-api) | Deploy a HTTP API that invokes a lambda. -[API Gateway HTTP API quickstart](aws-ts-apigatewayv2-http-api-quickcreate) | Deploy a very simple HTTP API that invokes a lambda. +[API Gateway HTTP API with routes](aws-ts-apigatewayv2-http-api) | Deploy a HTTP API that invokes a Lambda. +[API Gateway HTTP API quickstart](aws-ts-apigatewayv2-http-api-quickcreate) | Deploy a very simple HTTP API that invokes a Lambda. +[API Gateway V1 with EventBridge and Lambda](aws-ts-apigateway-eventbridge) | Deploy a REST API that uses EventBridge to target a Lambda function. Includes API Gateway model validation and custom integration-response mapping. +[API Gateway V2 with EventBridge and Lambda](aws-ts-apigatewayv2-eventbridge) | Deploy an HTTP API that uses EventBridge to target a Lambda function. [Apigateway - Auth0](aws-ts-apigateway-auth0) | Deploy a simple REST API protected by Auth0. [AppSync](aws-ts-appsync) | Deploy a basic GraphQL endpoint in AWS AppSync. [AssumeRole](aws-ts-assume-role) | Use AssumeRole to create resources. @@ -115,7 +117,8 @@ Example | Description | Example | Description | --------- | --------- | -[API Gateway HTTP API quickstart](aws-py-apigatewayv2-http-api-quickcreate) | Deploy a very simple HTTP API that invokes a lambda. +[API Gateway HTTP API quickstart](aws-py-apigatewayv2-http-api-quickcreate) | Deploy a very simple HTTP API that invokes a Lambda. +[API Gateway V2 with EventBridge and Lambda](aws-py-apigatewayv2-eventbridge) | Deploy an HTTP API that uses EventBridge to target a Lambda function. [AppSync](aws-py-appsync) | Deploy a basic GraphQL endpoint in AWS AppSync. [AssumeRole](aws-py-assume-role) | Use AssumeRole to create resources. [Fargate](aws-py-fargate) | Provision a full ECS Fargate cluster running a load-balanced nginx web server.