From 2d91023a9b68696ebe86aa527851ad7a56d810d8 Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Thu, 23 Mar 2017 12:40:30 +0100 Subject: [PATCH] Added lifecycle working document --- lifecycle-changes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lifecycle-changes.txt diff --git a/lifecycle-changes.txt b/lifecycle-changes.txt new file mode 100644 index 000000000..a90c1aba6 --- /dev/null +++ b/lifecycle-changes.txt @@ -0,0 +1,15 @@ +Deploy: + +Package: + + +Common entrypoints can be called by plugins via this.serverless.pluginManager.spawn(). + +Common entrypoint | Description +-------------------------------------------+------------------------------------------ +aws:common:cleanupTempDir | Removes the Serverless temporary folder + + + +Hookable lifecycle events: +