Diego Magalhães
Diego Magalhães
Creates automatic generation logic - built-in toc resolver from the documentation - fixed and limited support for functions (inlined for now) - generates snippets on the output folder - checks...
The documentation contained [here](http://docs.aws.amazon.com/pt_br/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) have a topic list of the resources that can be used to build up the snippets. By build an index with `//*[@id="main-col-body"]/div[2]/div[2]/ul` we can leverage all...
Discussion started at: https://gist.github.com/dgomesbr/5dc3e2d5bb4fcc90f82cb94fe6fd6561 ### Expected behavior While on pipeline mode we have to periodically sync() because Jedis creates `response` and when sync happens it's just those futures getting called...
Once #1 is resolved, we can add coveralls.io support to it.
Hello, It would be great to be able to do brew install `iamlive`. Once this reaches `1.0.0` or when you have time, would you mind updating the distribution mechanism to...
Including all regions up to date. ```Bash #!/bin/bash fmt="%-16s%-4s%-25s\n" # for i in $(aws ec2 describe-regions --query 'Regions[].RegionName' --output text) for i in $(aws ec2 describe-regions --all-regions --query 'Regions[].RegionName' --output...
This would allow users/developers to consume it while using Amazon Bedrock calls.
*Issue #, if available:* issue #1495 *Description of changes:* This PR resolves issue #1495 by implementing static factory methods for both `ApiGatewayRequestIdentity` and `AwsProxyRequestContext` classes. ### Implemented Changes 1. Added...