UNPKG

@multicloud/sls-core

Version:

Core middleware and components for Serverless @multicloud.

7 lines (6 loc) 235 B
import { Middleware } from "../app"; /** * Middleware for adding the storage service to the context object. * It will allow to read, upload and delete files in the cloud. */ export declare const StorageMiddleware: () => Middleware;