faastjs.provider.md

May 15, 2023 ยท View on GitHub

faastjs > Provider

Provider type

The type of all supported cloud providers.

Signature:

export type Provider = "aws" | "local";