Skip to content
DocsTry Aspire
DocsTry

LambdaProjectResource.withSQSEventSource

Method
📦 Aspire.Hosting.AWS v13.7.2
interface LambdaProjectResource {
// ... omitted for brevity
withSQSEventSource(
queueUrl: string,
options?: SQSEventSourceOptions): LambdaProjectResource;
}

Signature

methodwithSQSEventSourcebuilder
withSQSEventSource(
queueUrl: string,
options?: SQSEventSourceOptions): LambdaProjectResource
queueUrlstring
optionsSQSEventSourceOptionsoptional
LambdaProjectResource

Defined on

This method is defined on the following type: