Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: