Closed aureq closed 7 years ago
For some reasons, async Lambda invocations fail, creating problems in production (too many issues certificates).
I should have been using return some_value rather than sys.exit().
return some_value
sys.exit()
For some reasons, async Lambda invocations fail, creating problems in production (too many issues certificates).