From f63cb1af71f2d4b94eeabc33a614caca925c7182 Mon Sep 17 00:00:00 2001 From: John Paul K J Date: Wed, 22 Sep 2021 03:45:10 +0530 Subject: [PATCH] Troposphere v3 updates its lib from add to set --- zappa/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zappa/core.py b/zappa/core.py index 2798ae786..a739609f9 100644 --- a/zappa/core.py +++ b/zappa/core.py @@ -2135,7 +2135,7 @@ def create_stack_template( self, # build a fresh template self.cf_template = troposphere.Template() - self.cf_template.add_description('Automatically generated with Zappa') + self.cf_template.set_description('Automatically generated with Zappa') self.cf_api_resources = [] self.cf_parameters = {}