What's Changed
[1.3.30] — 2026-05-06
Fixed
- Step Functions REST-JSON
aws-sdkresponse casing — successful REST-JSON integrations such asaws-sdk:rdsdata:executeStatementnow expose output keys with the same PascalCase convention used by the query and REST-XML dispatchers (Records,NumberOfRecordsUpdated) instead of raw wire camelCase, soResultSelectorpaths like$.Recordsresolve correctly. Contributed by @jayjanssen.