DEV Community

Discussion on: Exploring AWS CDK - Loading DynamoDB with Custom Resources

 
elthrasher profile image
Matt Morgan

Not sure if you just misread the docs or if something else is going on, but here is the official docs with that property being set:
docs.aws.amazon.com/cdk/api/latest...

Here is my code doing the exact same thing!
github.com/elthrasher/cdk-dynamo-c...

Notice the static method you referenced is on the right side of the assignment. Now is there an improvement you'd like to suggest?