infra/aws-s3/cloudformation/aws-s3.yaml (11 lines of code) (raw):

Parameters: BucketName: Type: String Description: The bucket name. Resources: S3Bucket: Type: 'AWS::S3::Bucket' DeletionPolicy: Retain Properties: BucketName: Ref: BucketName