Filip Adamík
Filip Adamík
In page [AWS::CloudWatch::Alarm MetricDataQuery](https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/aws-properties-cloudwatch-alarm-metricdataquery.md) you write that property `ReturnData` is required, yet just below it is indicated as _Required: No_ 
The _Important_ box under [Yaml shorthand declaration](https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/intrinsic-function-reference-importvalue.md#yaml-2) warns against using `!ImportValue` together with `Fn::Sub`. However, the example _Yaml - Stack B Import_ just a few lines above does exactly that....
code refactoring, style and functionality improvements. Most of the changes are results of Android Studio's Code Analysis, that have been manualy reviewed. Also includes bumping the libraries to their latest...
Taskbar notification does not work reliably. It usually shows when the monitoring is activated for the first time, then disappears when monitoring is deactivated. On subsequent activations it does not...
The _cloudformation-cli_ does not work if the `setuptools` package is not installed. Attempts to issue any command, for example `cfn init`, fail with an ambiguous error message: ``` ModuleNotFoundError: No...
**Describe the bug** When using OIDC to authenticate the _CloudFormationCreateOrUpdateStack_ task, the default timeout for stack creation drops to 15 minutes (instead of 60). **To reproduce** 1. Configure an AWS...