From d50c57afb7d302ec7907367968cb8f8f897faaad Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 9 Dec 2021 13:16:02 -0800 Subject: [PATCH] Fix name of Lambda console section heading --- doc_source/services-apigateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/services-apigateway.md b/doc_source/services-apigateway.md index 3222c7a8..c55d0354 100644 --- a/doc_source/services-apigateway.md +++ b/doc_source/services-apigateway.md @@ -26,7 +26,7 @@ Resources in your API define one or more methods, such as GET or POST\. Methods 1. Choose a function\. -1. Under **Functional overview**, choose **Add trigger**\. +1. Under **Function overview**, choose **Add trigger**\. 1. Select **API Gateway**\. @@ -312,4 +312,4 @@ For more information, see [AWS Lambda integrations](https://docs.aws.amazon.com/ The GitHub repository for this guide provides the following sample application for API Gateway\. + [API Gateway with Node\.js](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/nodejs-apig) – A function with an AWS SAM template that creates a REST API that has AWS X\-Ray tracing enabled\. It includes scripts for deploying, invoking the function, testing the API, and cleanup\. -Lambda also provides [blueprints](gettingstarted-features.md#gettingstarted-features-blueprints) and [templates](gettingstarted-features.md#gettingstarted-features-templates) that you can use to create an API Gateway application in the Lambda console\. \ No newline at end of file +Lambda also provides [blueprints](gettingstarted-features.md#gettingstarted-features-blueprints) and [templates](gettingstarted-features.md#gettingstarted-features-templates) that you can use to create an API Gateway application in the Lambda console\.