Ramon
                                            Ramon
                                        
                                    I used https://jsonhero.io to take a look at a dirty JSON, and it seems that the JSON contained a malformed field. Until I cleaned that field I wasn't able to...
AWS::Route53Resolver::ResolverRule is missing a `"` in the JSON example. Link to the JSON example -> https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/aws-resource-route53resolver-resolverrule.md#json-1 The second IP in `TargetIps` is missing the `"`: ``` { "Ip" : "192.0.2.99,
*Issue #, if available:* https://github.com/awsdocs/aws-cloudformation-user-guide/issues/1207 *Description of changes:* Missing double quote in the JSON example. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
Hi 👋 The examples of `AWS::EC2::CustomerGateway` follow a different order. It's always JSON then YAML, for the specification and examples, but it has a switched order for the examples in:...
*Issue #, if available:* https://github.com/awsdocs/aws-cloudformation-user-guide/issues/1206 *Description of changes:* Fix the order for the examples of EC2 Customer Gateway By submitting this pull request, I confirm that you can use, modify,...
Hi there 👋 ! The `InterfaceType` for the resource `AWS::EC2::NetworkInterface` isn't clear enough. The allowed values are `efa` and `trunk`, and the default `interface` but under `Allowed values` it includes...
Hello! Small question: I believe the documentation for lambda URLs is missing, found it in here -> https://docs.aws.amazon.com/lambda/latest/dg/urls-configuration.html#urls-cfn But doesn't appear in -> https://docs.aws.amazon.com/es_es/AWSCloudFormation/latest/UserGuide/AWS_Lambda.html Any updates on when this will...
## [1.13.0] ### Additions - Default logging level from INFO to WARNING #230 ### Updates - `GenericResourceWildcardPrincipalRule` (therefore `GenericResourcePartialWildcardPrincipalRule` and `GenericResourceFullWildcardPrincipalRule` as well) now ignores `AWS::KMS::ReplicaKey`. It as the same...
Hello @9rnt , I've been trying this cool tool today. Tried the `--export` option and I have some questions. It says it will export it to a file, so I...
Hello @9rnt and maintainers 👋 Thank you for this cool repo/tool 🚀 I was trying it today and wanted to make sure I got the instructions right. It seems the...