-
## 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:
```
…
-
## 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…
kboek updated
2 weeks ago
-
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…
-
### 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…
-
### Issue description
I merged 2 repos into a new one and set up serverless-compose. Both were using serverless v4 and working fine.
Now the final lambda packages are not including node_modules wit…
-
### Issue description
When removing a route from the `serverless.yml` file, the subsequent deployment fails with an error indicating that the removed route cannot be found. This occurs even when us…