Added cleanup temp dir docs

This commit is contained in:
Frank Schmid 2017-03-23 12:43:30 +01:00 committed by Eslam A. Hefnawy
parent 2d91023a9b
commit 71cc3670b7

View File

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