Akshay Rane

Results 11 comments of Akshay Rane

Hi owners, Wanted to check with you if there is a way we can prioritize getting this PR merged? We are AWS CloudFormation team and our release for Guard 2.1...

Hi @skumarm0205 Need more details to reproduce the error at our end. Are you trying to run validation in a Lambda? If yes, we have recently pushed a code change...

`--print-json` is supposed to print JSON for abstract syntax tree for the clauses in the rule, which tells us more details about how the clauses get evaluated. `-o json` just...

@zlberto We have merged a fix allowing the option (using a `verbose` flag set to `false`) to get a shorter version of output from Lambda. You may try it out...

Thanks @govindrk and @TheFlexican for highlighting this issue, noted down that we should be addressing real-life scenarios where CFN template spans across multiple files. We'll research more on how can...

@corey-cole Could you please add description for the examples you're willing to contribute? The issue description contains the boilerplate placeholder fields and their description from the template, but it's not...

@mrinaudo-aws Understood, we will add some examples in our README for lambda that explains this use case better. Some of the approaches that come to mind include processing multi-line input...

Hi Fabio, Thank you for taking a closer look at the Guard rule example we have provided with the repository. We think that the Guard rule has clauses that will...

Hi @polothy Thanks for reaching out. Short answer is yes, there is a way to extract a resource using its logical name and add checks on it. However, we are...

Hi @polothy This should be possible to do, referring to a logical ID from a different resource and checking properties for this linked resource. But we would need to address...