ApiIntegration

The ApiIntegration interface is used to correlate a user-specified id with either an existing lambda function

Property NameTypeDescription
idStringId of the ApiIntegration, used to link lambda function to x-amazon-apigateway-integration extension in the OpenAPI definition.
existingLambdaObjFunctionThe Lambda function to associate with the API method in the OpenAPI spec matched by id.