Questions tagged [split-stacks]

6 questions
8
votes
2 answers

How to use -fsplit-stack on a large project

I recently posted a question about stack segmentation and boost coroutines but it seems like the -fsplit-stack approach only works with source files that are compiled with that flag, the runtime breaks down when you branch to another function that…
Curious
  • 20,870
  • 8
  • 61
  • 146
7
votes
1 answer

What is a Lambda Group in serverless?

I'm looking into the serverless-plugin-split-stacks plugin of the serverless framework since I've hit the CloudFormation limit of 200 resources. In the Migration Strategies section of its Github page, it says that I have three options: Per…
Mehran
  • 15,593
  • 27
  • 122
  • 221
3
votes
0 answers

How to solve Serverless split stack plugin failure around resourceConcurrency

So I have a stack exceeding 500 resources and found out this serverless plugin which splits stack according to the several configurations. Below is my configuration for splitting the stack. Upon using the below configuration I was able to split the…
3
votes
2 answers

Boost.Coroutine not using segmented stacks

Can anyone give me an example of how I can use segmented stacks with boost coroutines? Do I have to annotate every function that is called from the coroutine with a special split-stack attribute? When I try and write a program that should use…
Curious
  • 20,870
  • 8
  • 61
  • 146
1
vote
0 answers

Aws Serverless deployment - TypeError: Object.values is not a function in the serverless deploy command to aws

I was trying to redeploy an updated serverless function to an existing cloud formation stack on AWS using both Jenkins Job as well as manually. Tried to create a new cloud formation stack and also tried to rebuild the previous successful build…
-2
votes
1 answer

split front end and back end

Split stack development is an architecture pattern that separates front-end and back-end development into two separate “stacks” which function independently and communicate through an API ... for more info…
d.alsafadi
  • 34
  • 2