|
|
|
|
|
by dragonwriter
722 days ago
|
|
If you have enougu volume to warrant it, probably re-architecting the lambdas so the before/after part of the calls is a separate invocation, with an adapter service living on ECS that gets a call from the “before” lambda, handles the remote request and response, the calls the “after” lambda with the response. The simpler solution is often to just lift the app from lambda to ECS without internal changes |
|