booster
booster copied to clipboard
Booster Framework
In this PR I'm working on a fix for the local integration tests to be able to run the end-to-end and functionality provider-unaware test stacks. ## Checks - [ ]...
Currently, the limit of the local provider is only 100kb (the default by express). Maybe it would be nice to allow configuring it. We do have to figure out configuration...
## Feature Request ## Description Deployment outputs (baseURL, graphQL endpoint, etc.) are shown once the application is deployed to your cloud provider of choice, but once you close the terminal...
# Bug Report When response headers are set in a controller, they're not included in the response when using the local provider. It's likely that the problem is localized in...
## Feature Request ## Description When Booster deploys an application, it shows a set of outputs at the end of the process with the URLs of all the available endpoints...
## Documentation issue ## Description We use the `Register` object in Booster in order to interact with the context of a handler execution (Either a command handler or an event...
## Feature Request ## Description When a new event is inserted in the Booster event store, the event dispatcher function is triggered in order to run entity reducers, read model...
## Feature Request ## Description Rocket configuration parameters must be accessible not only by the Rocket functions but also by the other Booster artefacts like Commands, ReadModels, etc. For example,...
## Feature Request ## Description Booster allows to register several functions in the same Rocket using the "registerRocketFunction" method but does not handle it correctly. It not possible to use...
(SPIKE) Attaching debugger to app running locally