AWS lambda documentation change
Summary
Updated TypeScript Powertools documentation link from 'rest' to 'http' endpoint reference
Security assessment
This change only updates a documentation link without any security context or mention of vulnerabilities/protections
Diff
diff --git a/lambda/latest/dg/services-apigateway.md b/lambda/latest/dg/services-apigateway.md index d6963661d..b190ff7d6 100644 --- a//lambda/latest/dg/services-apigateway.md +++ b//lambda/latest/dg/services-apigateway.md @@ -273 +273 @@ The [API Gateway with Node.js](https://github.com/awsdocs/aws-lambda-developer-g -The event handler from the Powertools for AWS Lambda toolkit provides routing, middleware, CORS configuration, OpenAPI spec generation, request validation, error handling, and other useful features when writing Lambda functions invoked by an API Gateway endpoint (HTTP or REST). The event handler utility is available for Python and TypeScript/JavaScript. For more information, see [Event Handler REST API](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/) in the _Powertools for AWS Lambda (Python) documentation_ and [Event Handler REST API](https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/rest/) in the _Powertools for AWS Lambda (TypeScript) documentation_. +The event handler from the Powertools for AWS Lambda toolkit provides routing, middleware, CORS configuration, OpenAPI spec generation, request validation, error handling, and other useful features when writing Lambda functions invoked by an API Gateway endpoint (HTTP or REST). The event handler utility is available for Python and TypeScript/JavaScript. For more information, see [Event Handler REST API](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/) in the _Powertools for AWS Lambda (Python) documentation_ and [Event Handler HTTP API](https://docs.aws.amazon.com/powertools/typescript/latest/features/event-handler/http/) in the _Powertools for AWS Lambda (TypeScript) documentation_.