From 43694bad9c535a39a0e826324f588c8dee09f7f2 Mon Sep 17 00:00:00 2001 From: Alastair McCormack Date: Sun, 3 Nov 2019 14:59:30 +0000 Subject: [PATCH] Included missing `package.artifact` declaration Without specifying `package.artifact`, Serverless continues to its own package --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5653f06..99815ac 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ This installs the plugin into your `node_modules` and adds the dev-dependency to plugins: - serverless-custom-packaging-plugin ... +package: + artifact: path/to/my/artifact.zip +... functions: myFunction: ... @@ -69,4 +72,4 @@ You are free to use these patches, but be aware that this could potentially brea ## A word of caution -This is a work in progress. This means no guarantees that everything will work as promised. If you would like some more functionality you are welcome to contribute. We greatly appreciate any testing you do with different serverless versions and setups. \ No newline at end of file +This is a work in progress. This means no guarantees that everything will work as promised. If you would like some more functionality you are welcome to contribute. We greatly appreciate any testing you do with different serverless versions and setups.