mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +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.