Kapil Thangavelu
Kapil Thangavelu
### TL;DR when pinning stuff we always have to update eventually, for bug fixes, features, security. but auditing those updates is also a key aspect, one simple facility that would...
*Description of changes:* local cognito auth is broken, due to using an incorrect claim key for username, its not clear where the previous value comes from all cognito jwt payload...
as part of #1541 and #1549 middleware support for catching exceptions was added, but the interface to it is unwieldy as it requires all exceptions to subclass a specific base...
this adds an additional fire flag (-- -d|--debug) which provides for automatically dropping a user into post mortem pdb session on exception in the underlying exposed callable.
per http://stackoverflow.com/questions/25967014/how-to-get-proper-diff-of-merge-commit-in-tig
implement and use expand_resources for execution ala expand_regions with --region all. literal in policy should be either string or array. ala ``` policies: - name: collect-all resource: [ec2, elb, lambda,...
- awscc - cloud formation hook execution mode CloudFormation hooks execute like other cfn extensions, execute in a fairly strange world, where they are executed on instances, in the CloudFormation...
start of route filter for filtering resources by networking routes.
I've been using pipdeptree to evaluate various dependencies and their deep graphs for use, one additional thing i end up doing is checking the size of the dependency against its...