Real-Dev-Squad / feature-flag-backend

This is the repository for Feature flag service.
MIT License
4 stars 6 forks source link

Close the lambda's after limit is reached using DynamoDB event #112

Open MehulKChaudhari opened 3 months ago

MehulKChaudhari commented 3 months ago

Issue Description

Now we set the reserved concurrency of Lambda's using code. But what we want is the reserved concurrency should be set zero if the pendingLimit is set zero as a side effect of it.

Current Behavior

Now we set the reserved concurrency of Lambda's using code.

Reproducibility

Steps to Reproduce

  1. Open the repository
  2. check the file rateLimiterLambda/main.go

Severity/Priority

Checklist