export interface ZambdaS3UploadParams {
    /**
     * Optional filename for the Zambda Function code zip. If not provided, the filename will be randomized.
     */
    filename?: string;
    id: string;
}
