Files
notifications-api/app
David McDonald 5a46662c28 Abstract invoking of lambda
This is to prepare us for where when we try and send/cancel a broadcast
we may need to invoke more than one lambda. This might happen if we call
the invoke the first lambda, we get an error and therefore we try and
invoke a failover/second lambda. Then `_invoke_lambda` will be
responsible for the call to AWS whereas `_invoke_lambda_with_failover`
will be responsible more for picking the lambda and deciding on retry
behaviour if failure cases.
2021-01-12 15:34:46 +00:00
..
2021-01-12 15:34:46 +00:00
2020-09-21 14:40:22 +01:00
2020-12-07 15:24:02 +00:00
2020-12-31 14:13:05 +00:00