booster
booster copied to clipboard
Booster Framework
Here I'm suggesting to use Yarn as the recommended package manager, because I'm having inconsistencies lately through npm versions. [And it looks like I'm not the only one](https://github.com/npm/cli/issues/3606) For instance,...
https://github.com/boostercloud/booster/blob/bce0c1c29da3dab90aee56c1a6639ca6ba8895f5/packages/framework-provider-aws/src/library/read-models-adapter.ts#L34-L39 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in bce0c1c29da3dab90aee56c1a6639ca6ba8895f5 when #932 was merged. cc @boostercloud.
In PR #890 we added support for nested array fields in the GraphQL schema. We should add a regression test for this new feature.
In PR #900 we introduced a fix that is not currently tested. We should add a test scenario that does regression testing on this.
Due to the asynchronous nature it's not possible to be sure that `Booster.entity()` and `Booster.readModel()` return the latest data as newer events can still be "in flight". Sometimes validation is...
Apollo Sandbox Explorer (https://studio.apollographql.com/sandbox/explorer) cannot connect to the AWS gateway. This will also be the case for any other hosted front-end application which needs to connect to the API.
## Feature Request ## Description GraphQL allows expressing relations by nesting types like this: ```graphql type Employee { id: ID! name: String! company: Company // An employee belongs to a...
## Feature Request ## Description Nowadays, one event must be reduced by one entity due to the sharding algorithm. The solution to this is to create an event handler that...
Goal: createdAt, updatedAt fields on an entity & read model.
Example: a human-readable reference is needed next to a UUID. On create the BE needs to use the latest existing reference + 1. On update, a user can pass a...