Skip to content

Instantly share code, notes, and snippets.

View cfn-vpn-connection-helper
import json
import os
import os.path
import sys
import logging
from botocore.exceptions import ClientError
from str2bool import str2bool
from crhelper import CfnResource
helper = CfnResource(json_logging=False, log_level='DEBUG',