diff --git a/README.md b/README.md index 7f19e65c4..685ea6c73 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ 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-quickstart) | Deploy a very simple 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. [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. @@ -111,6 +111,7 @@ 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. [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.