import { Provider } from "@aws-sdk/types"; export const fromStatic = (staticValue: T): Provider => () => Promise.resolve(staticValue);