Sander Bol
Sander Bol
I just ran into an issue where the Mock Server UI became unusable. Took me a few minutes to figure out what was going wrong. While the UI was open,...
The JSON Schema middleware does not work with Slim Framework. Reason is that it relies on the Payload middleware to have getParsedBody to yield a stdClass object, using the newly...
AWS Transfer Family supports a list of protocols. These are defined as strings, and can be: "SFTP", "FTP", "FTPS" and "AS2". An example from the Cloudformation resource manual page: ```json...
**Is your feature request related to a problem? Please describe.** AWS recently announced a number of changes to the Cloudwatch API. This handler still assumes the old limitations. https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-logs-2014-03-28.html#putlogevents **Describe...
PHPUnit was emitting a warning due to phpunit.xml using an outdated schema. I've migrated + removed values that match their default.