@cumulus/common
Version:
Common utilities used across tasks
5 lines • 358 B
TypeScript
export declare const templateKey: (stack: string) => string;
export declare const workflowTemplateUri: (bucket: string, stack: string) => string;
export declare const getWorkflowFileKey: (stackName: string, workflowName: string) => string;
export declare const getWorkflowsListKeyPrefix: (stackName: string) => string;
//# sourceMappingURL=workflows.d.ts.map