Real-Dev-Squad / feature-flag-backend

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

fix: lambda taking time #125

Closed MehulKChaudhari closed 1 month ago

MehulKChaudhari commented 1 month ago

Date: 18/09/2024

Developer Name: @MehulKChaudhari


Description

Lambda functions take more than 30 sec to execute and fail because it can't connect to db if env is set to dev. so we will update the arns not the env name.

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?