From 71cc3670b7c98b93706af4e2ddd2d10d6210eaba Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Thu, 23 Mar 2017 12:43:30 +0100 Subject: [PATCH] Added cleanup temp dir docs --- lifecycle-changes.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lifecycle-changes.txt b/lifecycle-changes.txt index a90c1aba6..d46fd2d4a 100644 --- a/lifecycle-changes.txt +++ b/lifecycle-changes.txt @@ -11,5 +11,12 @@ aws:common:cleanupTempDir | Removes the Serverless temporary fo -Hookable lifecycle events: +Hookable lifecycle events + +aws:common:cleanupTempDir:cleanup +--------------------------------- + Triggered when the temporary '.serverless' directory is removed. Plugins can hook + before to make sure they can access things the very last time (an example would be + to generate or grab statistics from the directory). +