-
Hello, I have a project with serverless framework + typescript using layers. I use the serverless-esbuild library but due to the need to reduce the code I implemented layers because esbuild seems not …
-
# This is a Bug Report
Expected function,json
```
{
"disabled": false,
"bindings": [
{
"type": "httpTrigger",
"direction": "in",
"name": "req",
"route":…
-
When following the Azure Service Bus Example you will receive an error, after many hours searching what could be the solution, it's necessary to add a 'true' after the `- servi…
-
## Problem
Currently, you can only build for runtimes at the provider level.
```yml
provider:
name: aws
region: sa-east-1
runtime: nodejs18.x
functions:
hello-world:
handler: …
-
When I deployed the example in the example directory, I get the following error:
`❯ sls deploy
Serverless: Compiling with Typescript...
handler.ts (3,42): Cannot find name 'setTimeout'.
Serverle…
Nipol updated
7 years ago
-
**Describe the Issue:**
Getting the following error when trying to deploy to DigitialOcean functions using `doctl`.
```bash
$ doctl serverless deploy do-fn-go-playground --verbose --verbos…
-
# Improve documentation
## Link
https://supabase.com/blog/supavisor-postgres-connection-pooler
## Describe the problem
If an application running on Supabase with Supavisor ONLY uses server…
-
# Bug Report
## Description
`serverless invoke local -f hello --docker` fails if `app` and `org` are set in **serverless.yml**
### What did you do?
1. Set up a template serverless project …
-
### What were you trying to do?
I was trying to take a PDF and read the form details to return said form details in a JSON object.
Later I wish the same function to also include the PDF file as a …
-
I can't find the answer anywhere in the documentation. Feel free to point it to me.
```sh
$> serverless
```
```
Your Environment Information ---------------------------
Operating System: …