-
Hey @mnapoli , I use Bref to develop HTTP APIs for Lambda.
**I had recently come across an issue where the response comes as a Base64 encoded string of the actual JSON response.** I reverted back …
-
I have configured my `region` as a variable:
```
region: ${env:AWS_LAMBDA_REGION}
```
Bref tries to read the region before it is resolved:
```
'There is no Bref layer named "php-73-fpm…
-
Even when I assume a specific profile role in the command line it seems that the dashboard always tries to run in the "default" AWS credentials profile.
Error:
`Type: Aws\CloudFormation\Exception\…
-
Please publish the runtimes on chinese regions, like:
cn-northwest-1 (宁夏)
cn-north-1 (北京)
Thanks a lot.
-
```
bref cli doctrine-cli-develop -- dbal:run-sql 'select * from events'
Too many arguments, expected arguments "command" "sql".
dbal:run-sql [--depth DEPTH] [--force-fetch] [--]
```
Thi…
-
In the documentation here https://bref.sh/docs/installation.html#aws-tooling (File https://github.com/brefphp/bref/blob/master/docs/installation.md#aws-tooling), you cannot click the anchor text "or b…
-
By default lambdas timeout after 3 seconds.
For the console layer this isn't much. We could set it for example to 30 seconds, just like [in HTTP applications](https://github.com/mnapoli/bref/blob/a…
-
It would be useful if logging could be output from console layers to CloudWatch.
My use case was setting up Events in CloudWatch to trigger commands. So some feedback into CloudWatch would be usefu…
-
Docker image bref/php-73-fpm-dev (DIGEST: 92f5601d99eb) fails to start
```
/opt/bin/php-fpm: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or di…
-
In the default function file which is generated by bref the code is something like this
```php