mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
The PluginManager will run the correct hook even if the capitalization is
wrong ("foo:beforeBar" will be executed as well as "foo:beforebar"). This
way users don't have to deal with the correct capitalization of function names
issue.