jvlch
Results
3
comments of
jvlch
This would be an amazing feature to have, running into the same issue as @Gerharddc
I found a workaround using a custom resource, uses addDependency on instances to a custom resource that sets the min/max capacity settings ```ts enum ServerlessInstanceType { SERVERLESS = 'serverless', }...