# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 """Resource Name CloudFormation Custom Resource""" from . import lambda_function __all__ = ["lambda_function"]