-
## Expected Behavior
AWS Lambdas using the `nodejs22.x` runtime work in the same way as the ones using runtime `nodejs20.x`
## Actual Behavior
Warning/error messages are logged during the build:
```
…
-
### Issue description
I noticed when upgrading to v4 my deploys started to fail due to the packaged zip file being incredibly large exceeding 300MB. Digging deeper it appeared that devDependencies we…
-
## Bug Report
Offline is not using neither the provided esbuild config file nor ts-node. The function works fine when deploying to aws with `sls deploy` or locally with `sls dev`. My project is ba…
-
A test failed on a tracked branch
```
EndpointError: {
"status": 503,
"text": "{\"message\":\"all shards failed: search_phase_execution_exception\\n\\tRoot causes:\\n\\t\\tno_shard_available_acti…
-
In serverless.yml (excerpt for brevity)
```
plugins:
- serverless-middleware
custom:
middleware:
pre:
- auth/authorize.handler
```
In `auth/authorize.js`
```
module.export…
-
A test failed on a tracked branch
```
EndpointError: {
"status": 503,
"text": "{\"message\":\"all shards failed: search_phase_execution_exception\\n\\tRoot causes:\\n\\t\\tno_shard_available_acti…
-
Our current DO configuration files structure looks this way:
https://github.com/elastic/kibana/tree/926861bcbce9a775eda7a389acedf935612b5985/x-pack/test/api_integration/deployment_agnostic/configs/se…
-
## Bug Report
**Current Behavior**
When running `sls offline` for a Serverless application using `serverless-offline` with the configuration below, an error occurs: `TypeError: ee.on is not a fu…
-
### Is there an existing issue for this?
- [X] I have searched existing issues, it hasn't been reported yet
### Use case description
Currently, there is no way to configure the [integration timeout…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…