def create_deleteendpoint_ef()

in customer-stack/create-resources.py [0:0]


def create_deleteendpoint_ef(snowflake_cursor, api_integration_name, api_gateway_url):
    logger.info("Creating External function: AWS_AUTOPILOT_DELETE_ENDPOINT [api_integration_name=%s, api_gateway_url=%s]", api_integration_name, api_gateway_url)

    deleteendpoint_request_translator_str = ("""create or replace function %s(EVENT OBJECT)