'Can we integrate Circuit Breaker library(Hystrix) with AWS lambda functions
I have created a lambda function which will call an external api. Now I wanted to implement circuit breaker in my lambda function so that it can execute the fallback method in case of any failure/timeout/problem in the external service. Will it be possible to use the Hystrix library in my lambda function?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
