ApiIntegration
The ApiIntegration interface is used to correlate a user-specified id with either an existing lambda function
| Property Name | Type | Description |
|---|---|---|
id | String | Id of the ApiIntegration, used to link lambda function to x-amazon-apigateway-integration extension in the OpenAPI definition. |
existingLambdaObj | Function | The Lambda function to associate with the API method in the OpenAPI spec matched by id. |