Define an API Gateway event handler.
The HTTPMethod.
The request resource path.
Define an API Gateway HTTP DELETE
request handler.
The request resource path.
Define a Dynamo DB stream event handler.
The ARN of the table (not the event stream ARN).
Define an EventBridge event handler.
The event source. This identifies the service that generated the event.
The event detail-type
. This identifies the fields and values that appear in the detail
field.
Define an API Gateway HTTP GET
request handler.
The request resource path.
Define a Kinesis stream event handler.
The ARN of the event stream.
Define an API Gateway HTTP PATCH
request handler.
The request resource path.
Define an API Gateway HTTP POST
request handler.
The request resource path.
Define an API Gateway HTTP PUT
request handler.
The request resource path.
Define an API Gateway request handler.
The HTTPMethod.
The request resource path.
Define an S3 event handler.
The ARN of the S3 bucket.
Define an SNS event handler.
The ARN of the topic.
Define an SQS event handler.
The ARN of the queue.
Define a Scheduled event handler.
The ARN of the event rule.
Defines a Lambda event handler.
Defines a middleware invoke function.
Attach middleware to an event handler method.
A RequestError
code.
A RouterError
code.
Extract and parse JSON data from the API Gateway request body.
Extract a header value from the API Gateway request.
Extract a parameter from the API Gateway request resource path.
Extract a parameter from the API Gateway request query string.
Generated using TypeDoc
Define a Lambaa controller.