You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the AWS's CoudFormartionSack has a limit of 500 resouces per stac, meaning a single serverless.com service can deploy only ~80 hellopy functions and even fewer for functions which require more resources (e.g. producer consumer)
the AWS's CoudFormartionSack has a limit of 500 resouces per stac, meaning a single serverless.com service can deploy only ~80 hellopy functions and even fewer for functions which require more resources (e.g. producer consumer)
Example: https://github.com/vhive-serverless/STeLLAR/blob/main/experiments/coldboot-predictability/aws/coldstart-cdfs.json deploys 4 x 100 producer-consumer functions and highly exceeds the deployment limit.
Can be solved by crearting multiple services (multiple serverless.yml file with different service names)
The text was updated successfully, but these errors were encountered: