Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: