Lambda Synchronous Invocation
- AWS Lambda Synchronous on CLI, SDK, Gateway, Application Load Balancer
- Results is returned right away
- Error handling happens at client side
Invoke Lambda Synchronously on CLI
We set --invocation-type
to RequestResponse
or leave it as it as it's default.