booster
booster copied to clipboard
Booster Framework
Update the documentation explaining how to: - Configure the IDE to improve the developer experience - Debug using the IDE - Attach a debugger to the application running locally -...
The current documentation of the local provider needs to be improved. Some points that need to be improved (but not limited to) are: - The _**sign-up**_ example is using bad...
## Feature Request ## Description `ScheduledCommand`s were recently introduced in the local provider, but there's no way to trigger them manually or from integration tests. ## Possible Solution Create a...
## Description [Scheduled commands docs](https://docs.booster.cloud/chapters/03_booster-architecture#scheduling-a-command) [Local provider docs](https://docs.booster.cloud/chapters/04_features#local-provider) PR #1058 (Scheduled commands for local provider) is missing the unit tests so we need to implement them. The scheduled command feature...
## Feature Request ## Description The `cli` package includes a full project template to be able to generate a scaffolding project with the `boost new:project` command. This template, being embedded...
## Description Right now, all lambda timeouts are set to 1 minute: https://github.com/boostercloud/booster/blob/master/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts#L24 It would be great to increase this limitation via configuration. ## Possible Solution Add a `timeout` property...
> You can learn more about XSS in [this Wikipedia page](https://en.wikipedia.org/wiki/Cross-site_scripting). Booster APIs only deal with structured data and we don't make assumptions about how this data is going to...
It would be handy to have some way to create scopes with the generators (IE: I want to create the CreateProduct command in the admin scope, but I rather create...
# Blocked until local provider is in working state Perhaps some more issues, but these essentially - [x] #227 - [x] #318 - [x] #317 - [ ] #315 -...
The current local provider implementation is based on ,ExpressJS, and the local document database ,nedb,.,Implement a sockets interface and the corresponding required methods from the ,ProviderInterface, to support GraphQL subscriptions...