source/Lambda/innovation_run_sbx_stack.py [16:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SUCCESS = "SUCCESS"
FAILED = "FAILED"

config = Config(
   retries = {
      'max_attempts': 10,
      'mode': 'standard'
   }
)

logger = logging.getLogger()
logger.setLevel(logging.INFO)


def delete(event, context):
    props = event["ResourceProperties"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/Lambda/innovation_tgw_route_tables.py [15:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SUCCESS = "SUCCESS"
FAILED = "FAILED"

config = Config(
   retries = {
      'max_attempts': 10,
      'mode': 'standard'
   }
)


logger = logging.getLogger()
logger.setLevel(logging.INFO)


def delete(event, context):
    props = event["ResourceProperties"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



