Skip to content
DocsTry Aspire
DocsTry

LambdaProjectResource.withDynamoDBStreamsEventSource

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

Signature

methodwithDynamoDBStreamsEventSourcebuilder
withDynamoDBStreamsEventSource(
tableName: string,
options?: DynamoDBStreamsEventSourceOptions): LambdaProjectResource
tableNamestring
optionsDynamoDBStreamsEventSourceOptionsoptional
LambdaProjectResource

Defined on

This method is defined on the following type: