@felloh-org/lambda-wrapper 1.11.227 → 1.11.229

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -101,7 +101,7 @@ The wrapper automatically catches errors and returns appropriate responses:
101
101
 
102
102
  The wrapper handles [serverless-plugin-warmup](https://github.com/juanjoDiaz/serverless-plugin-warmup) events automatically. When a warmup event is detected, the handler returns immediately without executing your code.
103
103
 
104
- ## Dependency Injection
104
+ ## Dependency Injection System
105
105
 
106
106
  Every handler receives a `DependencyInjection` container as its first argument. The container provides access to built-in services and any custom services you register.
107
107