UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (7 loc) 206 B
export interface ZambdaS3UploadParams { /** * Optional filename for the Zambda Function code zip. If not provided, the filename will be randomized. */ filename?: string; id: string; }