bref icon indicating copy to clipboard operation
bref copied to clipboard

Serverless PHP on AWS Lambda

Results 143 bref issues
Sort by recently updated
recently updated
newest added

PR closes #1628 and is a follow on from the initial implementation of the `--path` flag merged in #1627 Provides a suite of CLI flags for local invocation of Bref...

Right now, the logic whether the secrets loader will be used or not is implemented here in the first place. However, I think it should only be used to output...

From #1644, the `user` field needs to be in `docker-compose.yml` for it to work with laravel.

**Description:** When a lambda invoke error occurs, you get an error like follows in CloudWatch: ``` 7a3b55ac-f1df-417f-9414-230fda2acb1f Invoke Error { "errorType": "ErrorException", "errorMessage": "Warning: Trying to access array offset on...

enhancement

It would be a real nice to have if those of us building Bref on AWS CDK or Terraform could pass a `--path` flag that points to a local file...

enhancement

Hi, I'm from Indonesia. I'd love to be able to use bref.sh in my own country. So Far, I Can't Do It Because bref.sh Is Not Available In This Region....

enhancement

Hi there! Would like to know if the idea of extending `bref/secrets-loader` to support fetching secrets from AWS Secrets Manager would be welcome? If yes, would be happy to work...

enhancement

**Description:** Hi, we recently switched for bref 2 running on symfony. The way that we used to develop locally while on bref v1 on every change of the code, application...

bug

**Description:** Hello, I have a _laravel_ lambda function running on PHP 8.1 / bref 2.0 / php-81-fpm layer which is facing timeouts when trying to access my API endpoints (timeout...

bug

**Description:** I got weird errors from time to time and I can't pinpoint why: - `"Call to undefined method Symfony\Component\HttpClient\Response\AsyncResponse::schedule()" at /var/task/vendor/symfony/http-client/Response/AsyncResponse.php line 147` - the line 147 contains only...

bug