Can there be a pattern which uses SF invoked via API Gateway which checks if the concurrency limit of Lambda is exceeded or not and if not exceed invoke Lambda.
The background being, I'm trying to invoke a Lambda which can hit concurrency limit of 1k and I'm trying to solution if SF can check if Lambda is under concurrency cap or not and if not, invoke it else queue it.