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). +