Julian Michel

Results 3 comments of Julian Michel

As mentioned by @kurtismash the default behaviour in CloudFormation has changed. The following snipped creates an encrypted SQS queue. ```yaml AWSTemplateFormatVersion: "2010-09-09" Resources: MyQueue: Type: AWS::SQS::Queue ``` Result in AWS...

There is a "Provide feedback" link at the bottom of each [documentation page](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html). I have reported the outdated documentation. I hope this triggers the AWS team to update the documentation.

@otaviomacedo This should be already resolved. See discussion in #21467.