We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b11eb commit eb24d9aCopy full SHA for eb24d9a
packages/@aws-cdk/aws-dynamodb/lib/table-time-to-live-handler/index.ts
@@ -34,7 +34,7 @@ export async function onEventHandler(event: OnEventRequest): Promise<OnEventResp
34
}
35
36
console.log('Update table: %j', event.ResourceProperties.TableName);
37
- return { PhysicalResourceId: event.PhysicalResourceId ?? event.LogicalResourceId };
+ return { PhysicalResourceId: event.ResourceProperties.TableName };
38
39
40
return {};
0 commit comments