aws-cdk-stack-builder-tool
aws-cdk-stack-builder-tool copied to clipboard
Ability to use conditions in IAM policy statement
Currently condition is added as key value statement where value is double quoted. It will be helpful to be able to decide whereas it is double quote or curly bracket to achieve syntax like { 'aws:SomeField': '1' } for key StringEquals.