PDF Preview:
PDF Title : | Microservice Patterns |
---|---|
Total Page : | 522 Pages |
Author: | Chris Richardson |
PDF Size : | 7.6 MB |
Language : | English |
Source : | microservices.io |
PDF Link : | Available |
Summary
Here on this page, we have provided the latest download link for Microservice Patterns PDF. Please feel free to download it on your computer/mobile. For further reference, you can go to microservices.io
Microservice Patterns
The fourth way to invoke a lambda function is for your application to invoke it using a web service request. The web service request specifies the name of the lambda function and the input event data. Your application can invoke a lambda function synchronously or asynchronously.
If your application invokes the lambda function synchronously, the web service’s HTTP response contains the response of the lambda function. Otherwise, if it invokes the lambda function asynchronously, the web service response indicates whether the execution of the lambda was successfully initiated.