Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
0 answers
130 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
0 answers
22 views

I am having trouble with my SLS deployment. I am trying to setup a ESbuild config as follow: ... stages: default: resolvers: aws-serverless-account: type: aws region: ${env:...
ILoveET's user avatar
  • 149
0 votes
1 answer
83 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
51 views

I am trying to create a DO serverless function. Everything is functional on my local, but after I deploy the function an try to run it on DO, I get the ERR_MODULE_NOT_FOUND error, for most of the ...
Scobee's user avatar
  • 448
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
0 answers
33 views

Is there any way to associate an API Gateway managed by serverless to an existing usage plan? We have a usage plan that used to access several services, so we want to manage it separately, instead of ...
ChristosC's user avatar
0 votes
1 answer
96 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
0 votes
0 answers
158 views

I have just upgraded to Serverless V4, and removed serverless-bundle as recommended. Have configured esbuild with a loader: loader:{ '.html': 'copy', '.node': 'copy', ...
Tobin's user avatar
  • 2,057
-3 votes
3 answers
161 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
-1 votes
1 answer
117 views

After the upgrade to V4, I am able to successfully login using the sls login in CLI. But issue comes when I run the command serverless and opt for a template. It downloads the template but unable to ...
Saatwik Mehta's user avatar
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
2 votes
0 answers
201 views

I deployed a FastAPI endpoint using AWS Lambda with the Serverless Framework. I tested the Lambda function locally, and it runs perfectly, but when I deploy it and hit the URL, I receive an "...
Godhani Daksh's user avatar
1 vote
0 answers
37 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
  • 781
1 vote
1 answer
334 views

I'm migrating a backend to serverless and want to keep my current nestjs setup for now, but I'm having an issue that prevents me to run usecases/services (they're the same I just call them differently ...
Roger González Hermosa's user avatar
0 votes
1 answer
77 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

15 30 50 per page
1
2 3 4 5
207