0

There is a predefined hook how to default on Serverless? I want to know if the framework execute any hook before and with are these ordered by execution. Looking at the official docs, I can't found any explanation of this in details.

Thanks in advance.

Jonathan Brizio
  • 1,087
  • 1
  • 14
  • 28

1 Answers1

0

There are also plugins:

where you may trigger scripts depends on the lifecycle events from the serverless framework.

The most complete serverless lifecycle events list.

elbik
  • 1,749
  • 2
  • 16
  • 21
  • Thanks for your quick response. The question was made to understand if exist something defined from the framework without use third-party implementations. – Jonathan Brizio Oct 16 '20 at 14:27
  • I would not consider plugins as third-party implementations. There were requests of implementing some of the features for serverless but they were rejected and closed with comments like - this feature is covered by plugin `some awesome plugin`, thus it will not be implemented. – elbik Oct 17 '20 at 10:25