-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hello!
Very very excited about this project, I've been wanting something like this for a long time.
I would love to be able to run the bramble serve as an AWS Lambda behind an API Gateway; I can see three paths to achieving that (from least desirable to most):
- Use a custom runtime that runs Bramble as a side-car and proxies requests to localhost
- A command line flag / environment variable that mounts the go lambda runtime and wires that up to the API calls
- import bramble as a library, so people can implement their own small lambda / serverless wrappers for whatever their custom situation is
The first I can achieve without anything from the project, but is fairly brittle in my experience. Any plans (or apetite) to do the latter two, or to accept a pull request for either?
Metadata
Metadata
Assignees
Labels
No labels