| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaIntegration
Integrates an AWS Lambda function to an API Gateway method.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIntegration |
AwsIntegration.Builder.build() |
static AwsIntegration |
StepFunctionsIntegration.startExecution(IStateMachine stateMachine)
Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.
|
static AwsIntegration |
StepFunctionsIntegration.startExecution(IStateMachine stateMachine,
StepFunctionsExecutionIntegrationOptions options)
Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.
|
Copyright © 2022. All rights reserved.