AWS - CloudFormation
Consider this CloudFormation JSON template snippet:
What AWS resource will this template create when deployed?
{"Resources": {"MyQueue": {"Type": "AWS::SQS::Queue"}}}What AWS resource will this template create when deployed?
