Skip to content
DocsTry Aspire
DocsTry

APIGatewayEmulatorResource.withAPIGatewayLambdaReference

Method
📦 Aspire.Hosting.AWS v13.7.2
interface APIGatewayEmulatorResource {
// ... omitted for brevity
withAPIGatewayLambdaReference(
lambda: LambdaProjectResource,
httpMethod: Method,
path: string): APIGatewayEmulatorResource;
}

Signature

methodwithAPIGatewayLambdaReferencebuilder
withAPIGatewayLambdaReference(
lambda: LambdaProjectResource,
httpMethod: Method,
path: string): APIGatewayEmulatorResource
lambdaLambdaProjectResource
httpMethodMethod
pathstring
APIGatewayEmulatorResource

Defined on

This method is defined on the following type: