def create_createendpoint_ef()

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


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

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