Grady Rogers
Grady Rogers
## Description AWS Lambda introduced container support for custom runtimes (see https://www.serverless.com/blog/container-support-for-lambda). The `serverless` configuration prevents you from using a `handler` property in your function definitions when you use the...
## Support for Filtered Policy ### Why? In certain implementations, the casbin rule data store gets quite large for ABAC in an enterprise solution. I would love to be able...
According to the [ABAC documentation](https://casbin.org/docs/abac) the enforcer should have a method called `enableAcceptJsonRequest` to support parsing the request properties as JSON strings. This feature would be to support the concept...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ### Issue I'm using `serverless-http` with...