Skip to main content

Questions tagged [serverless-architecture]

The tag has no usage guidance, but it has a tag wiki.

serverless-architecture
0 votes
0 answers
33 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&...
abuzain's user avatar
  • 494
1 vote
1 answer
38 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), ...
Nikhil limbad's user avatar
0 votes
0 answers
26 views

SqlAlchemy listeners on AWS lambda/serverless

I'm using SqlAlchemy with FastApi on top of AWS lambda. I came across a problem that an elegant solution to it will be SqlAlchemy listener function (on insert/update). But then I was wondering how can ...
NotSoShabby's user avatar
  • 3,568
0 votes
1 answer
227 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 ...
Nikhil Harisinghani's user avatar
0 votes
0 answers
39 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 - ...
vikas_r_007's user avatar
0 votes
1 answer
36 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 ...
JustANoob's user avatar
  • 129
1 vote
1 answer
175 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 ...
Ujjwal Saxena's user avatar
4 votes
3 answers
7k 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 ...
V2rson's user avatar
  • 317
0 votes
1 answer
92 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-...
Bravo's user avatar
  • 71
1 vote
3 answers
2k 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 ...
zaf187's user avatar
  • 513
2 votes
2 answers
198 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 ...
YulePale's user avatar
  • 7,360
7 votes
1 answer
782 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 ...
Suraj Chandgude's user avatar
0 votes
1 answer
504 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 ...
Maxence Guyonvarho's user avatar
1 vote
1 answer
182 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 { "...
LastOne's user avatar
  • 11
-2 votes
2 answers
342 views

Which is best Monolith or Microservices [closed]

I am confused about which architecture I should choose. I have to work with three 3rd part APIs. But each of the three has only 5 get APIS. And we have a plan to move to serverless deployment. (https:/...
hanushi's user avatar
  • 1,239

15 30 50 per page
1
2 3 4 5
13