From cbbd38867f3b9b0429525d5d4fbeb35395dedbd2 Mon Sep 17 00:00:00 2001 From: ford-at-aws Date: Thu, 24 Aug 2023 14:30:10 -0400 Subject: [PATCH] updates --- .../producer_stack/producer_stack.py | 4 ++-- .../store_system_parameters.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test/eventbridge_rule_with_sns_fanout/producer_stack/producer_stack.py b/test/eventbridge_rule_with_sns_fanout/producer_stack/producer_stack.py index 98ffce3315d..1e1cdb2b07b 100644 --- a/test/eventbridge_rule_with_sns_fanout/producer_stack/producer_stack.py +++ b/test/eventbridge_rule_with_sns_fanout/producer_stack/producer_stack.py @@ -25,8 +25,8 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None: 'ruby', 'javav2', # 'javascriptv3' - # 'gov2' - # 'python' + 'gov2', + 'python', 'dotnetv3', # 'kotlin' # 'rust_dev_preview' diff --git a/test/eventbridge_rule_with_sns_fanout/store_system_parameters.py b/test/eventbridge_rule_with_sns_fanout/store_system_parameters.py index eb7498014f5..987a3424bf1 100644 --- a/test/eventbridge_rule_with_sns_fanout/store_system_parameters.py +++ b/test/eventbridge_rule_with_sns_fanout/store_system_parameters.py @@ -25,7 +25,9 @@ def generate_parameter_store_values(account_id_mappings): mappings = [ ('/account-mappings/ruby', '260778392212'), ('/account-mappings/dotnetv3', '565846806325'), - ('/account-mappings/javav2', '814548047983') + ('/account-mappings/javav2', '814548047983'), + ('/account-mappings/python', '489398071715'), + ('/account-mappings/gov2', '489398071715') ] # Call the function to generate or update the parameter values in Parameter Store