From a2d8d686ec0c7da64a9832107e9361c3ececdff3 Mon Sep 17 00:00:00 2001 From: Sriram Madapusi Vasudevan Date: Fri, 22 Nov 2019 11:26:07 -0800 Subject: [PATCH] feat: s3 bucket versioning - managed stack --- samcli/lib/bootstrap/bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samcli/lib/bootstrap/bootstrap.py b/samcli/lib/bootstrap/bootstrap.py index 900e8317b6..0461012287 100644 --- a/samcli/lib/bootstrap/bootstrap.py +++ b/samcli/lib/bootstrap/bootstrap.py @@ -116,6 +116,8 @@ def _get_stack_template(): SamCliSourceBucket: Type: AWS::S3::Bucket Properties: + VersioningConfiguration: + Status: Enabled Tags: - Key: ManagedStackSource Value: AwsSamCli