183 questions
0
votes
0
answers
51
views
DigitalOcean node.js function invoke returns Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@google-cloud/documentai'
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 ...
0
votes
1
answer
370
views
create using AWS CDK Aurora-V2-Serverless (lowest-cost) [closed]
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-...
2
votes
1
answer
1k
views
Need suggestions for bypassing the 4.5MB body size limit of Vercel Serverless Functions
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&...
0
votes
1
answer
166
views
Serverless WebSocket Service for Real-Time Stock Data Processing
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), ...
-1
votes
1
answer
965
views
How does cloudflare workers support websockets but not Raw TCP?
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 ...
0
votes
0
answers
90
views
subscriptionFilter not working in serverless framework
plugins:
- serverless-prune-plugin
- serverless-plugin-log-retention
- serverless-esbuild # used for compiling/packaging the Typescript code
- serverless-offline # used for local execution
- ...
0
votes
1
answer
161
views
DynamoDb in CloudFormation or not
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 ...
1
vote
1
answer
320
views
How to Structure Serverless Framework Applications?
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 ...
5
votes
3
answers
11k
views
i am getting Warning: found unsupported runtime 'nodejs18.x' for function 'rs-ms-v1' × Unsupported runtime
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 ...
0
votes
1
answer
163
views
How to manually deploy serverless nodejs project in aws lambda?
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-...
1
vote
4
answers
4k
views
AWS Step Function - Wait until a group of other Step Functions have finished then fire a different Step Function
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 ...
2
votes
2
answers
415
views
Do serverless functions install modules every time they are called?
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 ...
7
votes
1
answer
1k
views
serverless deploy throws `spawn serverless ENOENT` using serverless compose
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
...
0
votes
1
answer
660
views
Share multiple api gateway in one serverless compose service
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 ...
2
votes
1
answer
197
views
serverless-single-page-app-plugin cannot create s3 bucket
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
{
"...