How to use the @twilio-labs/serverless-api.fsHelpers.getListOfFunctionsAndAssets function in @twilio-labs/serverless-api

To help you get started, we’ve selected a few @twilio-labs/serverless-api examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github twilio-labs / twilio-run / src / runtime / internal / runtime-paths.ts View on Github external
export async function getFunctionsAndAssets(
  baseDir: string
): Promise {
  let { functions, assets } = await fsHelpers.getListOfFunctionsAndAssets(
    baseDir
  );
  return { functions, assets };
}

@twilio-labs/serverless-api

API-wrapper for the Twilio Serverless API

MIT
Latest version published 5 months ago

Package Health Score

83 / 100
Full package analysis