From f1a4d8da277f35d153756c37d76449ccfb54dd82 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 11 Jul 2017 14:56:32 +0100 Subject: [PATCH] Add provider support table to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b9e07ed44..c894f9b2c 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,17 @@ plugin with Babel. To try it, from inside the example folder: - `npm install` to install dependencies - `serverless webpack run -f hello` to run the example function +## Provider Support + +Plugin commands are supported by the following providers. ⁇ indicates that command has not been tested with that provider. + +| | AWS Lambda | Apache OpenWhisk | Azure Functions | Google Cloud Functions | +|----------------|------------|------------------|-----------------|------------------------| +| webpack | ✔︎ | ✔︎ | ⁇ | ⁇ | +| webpack invoke | ✔︎ | ✘ | ⁇ | ⁇ | +| webpack watch | ✔︎ | ✔︎ | ⁇ | ⁇ | +| webpack serve | ✔︎ | ✘ | ⁇ | ⁇ | + ## Release Notes * 2.0.0