crina
5 years agoOccasional Contributor
how i can i interogate dynamodb from soapui
Hi, i am trying create a connection to dynamodb from soapui. what do i need to create the connection, then how can i write a simple select on the db. Do i need Access key and secret key of the dyna...
- 9 years ago
OK I've forked your API and made one other change. The enum fix was necessary, but you hit another (different) bug in this version of the codegen.
In your "allOf" constructs, you must have the $ref item first in the array. It's a bug that is fixed in the next release, but it is a requirement to get around it. When you have the $ref first, it builds and downloads just fine.
I've sent you a request to access the fork, please feel free to copy it and update your definition, or just swap the three allOf's.
Please report back!