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
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
1 answer
370 views

FYI. This is a HOW-TO. As of Jan 2025, confirming that ServerlessCluster CDK-construct is NOT what you use for "Aurora-V2-Serverless" (in my case Postgres). You must use DatabaseCluster CDK-...
Sarma's user avatar
  • 460
2 votes
1 answer
1k views

I am working on a project with a backend in NestJS and a frontend in Next.js. I'm sending videos to the NestJS backend via server actions of Next.js, but I'm encountering a "413 Payload Too Large&...
abuzain's user avatar
  • 181
0 votes
1 answer
166 views

I'm looking for a serverless service that can be utilized as a socket API backend client. For example, if I have a stock-based socket API that provides real-time data on stock LTP (Last Traded Price), ...
Nikhil limbad's user avatar
-1 votes
1 answer
965 views

Recently i came across serverless databse and serverless backend and i was using cloudflare worker for making my backend with NeonDB .what confuses me is why serverless backend doesnt allow TCP ...
Nikhil Harisinghani's user avatar
0 votes
0 answers
90 views

plugins: - serverless-prune-plugin - serverless-plugin-log-retention - serverless-esbuild # used for compiling/packaging the Typescript code - serverless-offline # used for local execution - ...
vikas_r_007's user avatar
0 votes
1 answer
161 views

I'm building a production level serverless application and I'm debating if I should put DynamoDb tables in CloudFormation or not. We are also using Aurora PostgreSQL and I read it is not recommended ...
JustANoob's user avatar
1 vote
1 answer
320 views

So, I'm new to serveless and have been trying to create a serverless backend for my project and scratching my head over the best way to organize things. Initially, I thought of laying it out like ...
Ujjwal Saxena's user avatar
5 votes
3 answers
11k views

i tried to update my application from node 16 to node 18 and after completing my changes versions i started my app and sent a api call and i received following output . Warning: found unsupported ...
V2rson's user avatar
  • 357
0 votes
1 answer
163 views

Hi I have ran serverless package --stage test command in my local then a .serverless folder is created .serverless folder content: cloudformation-template-create-stack.json cloudformation-template-...
Bravo's user avatar
  • 91
1 vote
4 answers
4k views

I have a scenario where I need to post process results that have been produced by a group of discrete Step Functions. How can I orchestrate this arrangement such that, if I have Step Function A, B and ...
zaf187's user avatar
  • 533
2 votes
2 answers
415 views

Do server-less functions install modules every time they are called? I am trying to understand how serverless functions really work. I understand that serverfull is basically a computer that executes ...
YulePale's user avatar
  • 7,954
7 votes
1 answer
1k views

serverless deploy throws spawn serverless ENOENT Getting the below error when trying to deploy client-service, although before that all services are getting deployed. Error: spawn serverless ENOENT ...
Suraj Chandgude's user avatar
0 votes
1 answer
660 views

I have a project with serverless framework compose following this architecture /services --- infra --- service-a --- service-b The 'infra' service create and share two api-gateway (a ...
Maxence Guyonvarho's user avatar
2 votes
1 answer
197 views

I have deployed the angular app to cloudfront use serverless serverless-single-page-app-plugin. But I always give the issue permission denied. I use my customer account with the role { "...
LastOne's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
13