Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
127 views

I'm having issues trying to get Serverless Framework (using the Offline plugin) to be able to use the ApiGatewayManagementApiClient to send WebSocket responses offline. It's probably just using the ...
freebie's user avatar
  • 1,677
0 votes
1 answer
82 views

I am working on a serverless project. Following is the snippet of serverless configuration bundle: sourcemaps: true disableForkTsChecker: true externals: - newrelic # Keeps ...
Babita Bisht's user avatar
0 votes
0 answers
42 views

I have a serverless.yaml file using the serverless framework. I have it including a models.yaml file since it is over 1,000 lines.it gives me an error that it is unable to merge. I have tried multiple ...
HamletHub's user avatar
  • 561
0 votes
1 answer
82 views

Here is the problem - First of all what is this instance limit in serverless-dashboard (check the image) -> serverless-dashboard? is it possible to reduce it? Secondly, I have created a serverless ...
Saatwik Mehta's user avatar
-3 votes
3 answers
147 views

everyone, I am aware that a AWS lambda is only allowed to run for 30 seconds. But I am working on a feature that takes around 2 minutes to finish processing. In fact I see the end of the request on ...
vsfer's user avatar
  • 1
0 votes
0 answers
16 views

My folder structure is as below functions function1 src lib xyz.js index.js function1.yml function2 src lib xyz.js ...
node_saini's user avatar
1 vote
0 answers
34 views

I have a project using Serverless Framework that has two functions - one an express API, which for some endpoints will communicate with the second function (reportGenerator), which is triggered by the ...
gbryant's user avatar
  • 780
0 votes
1 answer
76 views

I’m trying to setup a debugger when I run a function locally. Currently I execute function this way: serverless invoke local --function myFunctionName --env dev --path ./events/myFunctionName.json I’...
Lucas David Ferrero's user avatar
0 votes
1 answer
68 views

I have a websocket in a proxy service (this service is a CloudFormation stack), my FE app connects to this websocket. one of the websocket routes, let's call it "startFeedback", needs to ...
Alaa's user avatar
  • 300
1 vote
0 answers
188 views

I am trying to deploy my serverless function. My deployment went through without any problem. However, I am encountering issues where AWS lambda console is looking for .mjs extension but the built ...
ILoveET's user avatar
  • 149
0 votes
1 answer
46 views

When I call my endpoint I get the error below: Streaming new logs for function: "placeBid" INIT_START Runtime - Version: nodejs:20.v42 Runtime Version ARN: arn:aws:lambda:sa-east-1::...
Henrique Matheus Roos's user avatar
0 votes
0 answers
36 views

We are having a NodeJs Lambda which is triggered by an SQS FIFO Queue. The SQS Queue Settings are as follows: "sourceQueue": { "Type": "AWS::SQS::Queue", &...
Silly John's user avatar
  • 1,714
0 votes
1 answer
36 views

I have tried to use the documentation for the App Sync plugin to add an AWS managed rule but I am unable to get it add the rule, instead I get the following error: Error: UPDATE_FAILED: GraphQlWaf (...
berimbolo's user avatar
  • 3,909
0 votes
1 answer
172 views

Here is my code: import { CopyObjectCommand, S3Client } from '@aws-sdk/client-s3'; const s3Client = new S3Client({}); ... const params = { Bucket: "destination_bucket", // Destination ...
H. Pardess's user avatar
0 votes
0 answers
2k views

I hope someone can look at this and tell me what's wrong... been reading and beating my head against the wall all day long. This has got to be something super simple... Here's my project definition: ...
Juergen Schreck's user avatar
0 votes
1 answer
51 views

When I try to deploy my application with sls deploy --stage dev, it runs for several minutes and I can see most of the resources created in my AWS account, but it finally fails with: ✖ An error ...
Cerin's user avatar
  • 65.6k
4 votes
2 answers
916 views

I'm trying to use jsdom in an AWS Lambda function, bundled with serverless-esbuild. However, I'm encountering the following error: [WARNING] "./xhr-sync-worker.js" should be marked as ...
user12504353's user avatar
0 votes
1 answer
102 views

I have a problem while using the Serverless framework to deploy my stack to AWS. I'm running this serverless deploy --stage tst --region eu-west-3 --verbose Then 2 of my functions get stuck in "...
JeanPierre's user avatar
0 votes
1 answer
68 views

I have a project based on a template using Serverless Framework to deploy a react app served from an S3 bucket. The serverless deploy works fine, creates the CloudFormation stack, creates the S3 ...
gbryant's user avatar
  • 780
0 votes
0 answers
264 views

I want to make sure that Serverless only runs if it's at the same version, so I've set frameworkVersion: '4.1.11'. It was working fine for a while, but suddenly, in another day, when I running ...
3rdSenna's user avatar
  • 376
0 votes
1 answer
144 views

I have a project that uses httpApi (API Gateway V2). However, if I understand correctly, only version 1 of the API Gateway supports gzip compression. Is that correct? If so, this leaves me a bit ...
Rodrigo's user avatar
  • 1,019
0 votes
1 answer
192 views

I have a lambda function configured in serverless to run on a schedule as follows: runDailyBatch: handler: src/handlerRunDailyBatch.handler timeout: 20 reservedConcurrency: 1 ...
Richard Wheeldon's user avatar
0 votes
1 answer
394 views

Prior to upgrading to serverless v4.0.30, I was getting "functionHandler is not defined" errors as in https://github.com/serverless/serverless/issues/12542. The workaround suggested in that ...
hubatish's user avatar
  • 5,309
1 vote
2 answers
1k views

I've recently started a project using Serverless V4, but I'm not able to get the variables from my .env, I'm using serverless-offline as plugin, Node.js v21.7.1. This is my serverless.yml # "org&...
Orson Leiziaga's user avatar
0 votes
0 answers
160 views

How to check compatibility between packages? For example if I install serverless framework I get warning to upgrade package superagent. Now I want to know if I can upgrade the superagent package ...
Murmulodi's user avatar
  • 739

1
2 3 4 5
62