-
When deploying a pre-build Next.js app via the [Vercel CLI](https://vercel.com/docs/cli/deploy) from insight a pnpm monorepo, serverless functions fail with the following error stacktrace:
```sh
2…
-
Hi guys,
I'm trying to use serverless-bundle in my project but i got the error below when added an external module.
***TypeError: require is not a function***
package.json
```
{
"name":…
-
### Repro Steps
1. Deploy a Serverless Function under any `name` with `twilio serverless:deploy`
2. Change the `name` value in `package.json`
3. Deploy again with `twilio serverless:deploy`
4. Not…
-
Hello!
I have a Kafka broker aggregating all my messages from different Kafka instances and topics using kafkasources. My main goal is to deliver these messages to appropriate functions (sequences,…
-
**Describe the bug**:
When using Azure Table Client (package `azure-data-tables`) inside an Azure Function instrumented with `elasticapm.contrib.serverless.azure.ElasticAPMExtension` and querying a …
-
## Bug Report
This is also related to #1577 and #1454.
[Reproduction Repo](https://github.com/pomSense/yarn-pnp-sls-offline/tree/main) - See README for quick reproduction steps
**Current B…
-
**Describe the bug**
When trying to use the
```
package:
individually: true
```
flag, I get an error about a specific function not being packed.
**To Reproduce**
**Expected behavior*…
-
> __Note:__ This issue is a proposal and is subject to change and open for feedback.
At the end of April we [launched the v2 REST API](https://www.twilio.com/blog/automate-flow-deployments-studio-r…
-
If `functions..lambdaAtEdge` is a list of distributions, rather than a single distribution, the plugin does not handle it;
functions:
lambda:
handler: handlers.onViewerRequest
…
-
@fredericbarthelet
Is it possible to generate an intermediary type/alias for the indexer type of AWS functions? Some plugins expect additional configuration properties in the function definition, …