mcwebb / lambda-kernel

Minimal kernel to handle and provide structure to requests and responses for AWS Lambda and Serverless
MIT License
2 stars 0 forks source link

Middleware should receive any middleware created earlier in the stack #2

Open mcwebb opened 7 years ago

mcwebb commented 7 years ago

Middleware should be able to access the value of any middleware that was created earlier in the stack.

mcwebb commented 7 years ago

Not so sure about this anymore, could cause confusion since Middleware would no longer be idempotent. This won't be implemented unless I find a important use-case.