export async function onDelete()

in lib/lambda/createQldbTables/index.ts [108:114]


export async function onDelete(
    event: lambda.CloudFormationCustomResourceEvent, 
    qldbDriver: qldb.QldbDriver,
): Promise<Result> {
    console.log('Do not delete the QLDB tables to avoid data loss');
    return {};
};