Matthew Suan
Matthew Suan
**Description:** I have a large vendor folder (~100MB production optimized) and have `bref.separateVendor = true`. I then sometimes get the `Failed opening file` error which it encounters while trying to...
Using this package allows sqs as event triggers for lambda. Im wondering if there are any side effects if we use it for FIFO queue? ty
Email notification did not work. Is this using the standard `wp_mail` function? Ty
This use to worked but today I encountered an issue: ``` envsubst not found ```
This use to worked but today I encountered an issue: ``` envsubst not found ```
serverless.yml ``` ... worker: handler: worker.php timeout: 900 layers: - ${bref:layer.php-81} events: - sqs: arn: !GetAtt GPT3Queue.Arn batchSize: 3 ... ``` Worker.php ```
* Added visibilityTimeOut flag * Added waitTimeSeconds flag