Matthieu Napoli
Matthieu Napoli
Hi 👋 , Serverless Framework core team here! We're working on the v3 beta version right now. The v3 will include a redesigned CLI output: You can try the v3...
This PR builds on the VPC (#65) to add a MySQL database instance. Example: ```yaml constructs: database: type: database/mysql/dev password: qwertyqwerty ``` Some lessons while working on this (up for...
It would be useful to let protect a static website with some kind of auth system. It would be great to provide staging versions of a website not public available....
I am opening this issue to track a use case: retrying failed messages via a Lambda function. **Current behavior:** As a user, I can retry failed messages of a queue...
Use case: I want to build my static website (e.g. `npm run build`) and pass the serverless API URL to the static website as an environment variable. Possible solution: ```yaml...
Hi 👋 , Serverless Framework core team here! We're working on the v3 beta version right now. The v3 will include a redesigned CLI output: You can try the v3...
This is a follow-up of #272 which was closed without being fixed. The CloudFormation documentation documents whether a property is required, but it doesn't document the default value when the...
I would like to create a page that references applications or websites built with Bref. In the meantime let's collect here links and descriptions of those applications. Feel free to...
I am opening this issue so that we document this information. When building an API on Lambda (+ API Gateway) we often need to enable CORS so that it can...
Follow up of #122 The `bref cli` helper requires to pass the name of the function to invoke: ``` vendor/bin/bref cli -- doctrine:migrate ``` Ideally we should run this: ```...