{ "AWSTemplateFormatVersion": "2010-09-09", "Resources": { "Bucket": { "Type": "AWS::S3::Bucket", "Properties": { "InvalidProperty": 0 } } } }