-
Hello, I have my code to create invalidation:
I am trying to follow some unit tests for DynamoDB and adopt it.
Could you please shed some light on where should I look for the info to use for faking Currently, I get this exception:
Thanks for any hint Dan |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
the "no root element" sound is an XML issue From there, I have found this: The syntax for the unit tests is:
Questions:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
the "no root element" sound is an XML issue
From there, I have found this:
https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateInvalidation.html
The syntax for the unit tests is: