0
votes

I am working on the AWS CDK and New to this AWS CDK. I have created a dynamodb table and enabled the stream. I have another CDK job where I am trying to add this stream to the Lambda , but unable to fetch the table streamarn.

Could you please let me know how can I fetch the existing dynamodb table streamarn.

1

1 Answers

0
votes

I believe you can get the tableStreamArn from the new table (https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-dynamodb.Table.html) you are creating.