Alastair McCormack

Results 2 issues of Alastair McCormack

When trying to use custom request templates for Kinesis with the following syntax: ``` custom: apiGatewayServiceProxies: - kinesis: path: /kinesis method: post streamName: { Ref: 'MyStream' } request: template: text/plain:...

I regularly use AttrDict to quickly convert JSON objects into what looks like native objects. When getting the repr, it's nicer to see the subclassed name rather than `AttrDict`. E.g....