Josh Russell
Josh Russell
This is possible now. I came across this limitation recently and for now I'll use the above workaround but CloudWatch Events now supports Step Functions as a target. Looks like...
That actually illustrates the issue I encountered perfectly @brianjmiller. Take a look at [https://github.com/TryxAPI/xapi-swagger/blob/master/xapi-swagger.yaml#L669](https://github.com/TryxAPI/xapi-swagger/blob/master/xapi-swagger.yaml#L669). Only one possible response is documented, not both.
Yes I agree that this is a very subjective topic. There's nothing technically wrong with the design of the spec as it exists. It just seems to me to make...
I agree the behavior is deterministic so I suppose it comes down to the client side implementation as to whether or not you would type check. But since it's the...
That's some good history @bscSCORM. Thanks for the reply. While a typical REST pattern would indeed have the statement id as part of the path, I can understand not doing...