-
Trying to deploy Nextjs 13 using **open-next** with Serverless/Cloudformation.
> Currently unsuccessful, but this is the start template I currently got, hope this could help some of you and can eve…
-
Vercel is another app deployment platform which appears to offer better integration between CI/CD and deployment. It's recommended by a friend.
- [ ] @sbarber2 evaluate https://vercel.com/
- [ ] …
-
## Problem
I searched through the issues and docs and I couldn't find anything mentioning support for running this on serverless functions.
I am trying to use the Serverless Framework to deploy t…
-
I get the following error when using serverless-wsgi on Azure.
>Exception while executing function: Functions.app Result: Failure
Exception: ModuleNotFoundError: No module named 'serverless_wsgi'
…
-
Invoking a function locally with `serverless invoke local -f hello` works the first time, but returns the following error on subsequent runs:
```
EEXIST: file already exists, symlink '/home/rodrig…
-
In my working serverless project deployed already to AWS we have our functions defined in seperate yml files. This doesn't seem to work with serverless-offline
```
functions:
devices: ${file(re…
-
When deploying ~20 functions with ~10 triggers each, `serverless deploy` hits rate limits
```
Deploying triggers...
Environment: linux, node 16.18.1, framework 3.25.1, plugin 6.2.2, SDK 4.3.2
Do…
-
### Describe the bug
When running `aws cloudformation package` the output template mixes two lambda functions if the second one has an indentation bug.
### Expected Behavior
abort with a validation…
-
**Describe what happened:**
We recently updated our dd-log-forwarder from python3. to python3.11. This caused an issue where logs are pushed to DD about 50/50 of the time.
This wasn't the case wit…
-
### Reporting handled errors fails on Vercel serverless functions
When using `Bugsnag.notify` in serverless functions on Vercel, the process is terminated before Bugsnag client can effectively se…