serverless/lifecycle-changes.txt
2017-04-06 18:28:59 +07:00

23 lines
660 B
Plaintext

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