{
  "AWSTemplateFormatVersion": "2010-09-09",
  "Resources": {
    "Data": { "Type": "AWS::S3::Bucket", "Properties": {} },
    "Db": { "Type": "AWS::RDS::DBInstance", "Properties": { "Engine": "postgres" } }
  }
}
