UNPKG

@goldstack/utils-aws-lambda

Version:

Utilities for deploying AWS Lambda functions

14 lines 1.03 kB
export type { ClientBuildOptionsArgs, ServerBuildOptionsArgs, } from './buildFunctions'; export { buildFunctions, getOutDirForLambda, getOutFileForLambda, } from './buildFunctions'; export { defaultBuildOptions } from './defaultBuildOptions'; export type { DeployFunctionParams } from './deployFunction'; export { deployFunction } from './deployFunction'; export type { DeployFunctionsParams } from './deployFunctions'; export { deployFunctions } from './deployFunctions'; export { readLambdaConfig } from './generate/collectLambdasFromFiles'; export { generateFunctionName } from './generate/generateFunctionName'; export { generateLambdaConfig, validateDeployment, } from './generateLambdaConfig'; export type { LambdaConfig } from './types/LambdaConfig'; export { RouteType } from './types/LambdaConfig'; export type { APIDomain, CorsHeader, HostedZoneDomain, LambdaApiDeploymentConfiguration, LambdaRouteConfig, LambdaRoutesConfig, } from './types/LambdaDeploymentConfiguration'; //# sourceMappingURL=utilsAwsLambda.d.ts.map