mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
23 lines
660 B
Plaintext
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).
|
|
|
|
|