Alternate endpoint support.
Open
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
I understand that this is targeted at lambda, which is stateless.
We have a need to keep a large model in memory, ~1GB deserialized from s3, so doing so for each API call is not practical so lambda is not an option, but the rest of the framework is ideal.
Coupling the API GW front-end to an ec2 instance backed endpoint, rather than a lambda service, incurs a large amount of additional wiring for what is a variation on the back-end implementation, ie: lambda vs an http endpoint.
This framework would be very useful for non-lambda services tied to the API GW as well.
Contributor guide
Assessment
This issue has not been assessed yet.