You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S3 Batch Operations can invoke a Lambda written in Java. This method of Lambda invocation uses special request and response models. A developer is likely to model the request and response data in Java based on the batch-ops-invoke-lambda documentation.
We could include the Request and Response models in this library. We could even add a little bit of logic to help create the Response model, because most of its data is derived from the Request.
I was thinking about opening a PR for this issue with some classes that I've already made and tested successfully. I'll see if I can get to that today.
S3 Batch Operations can invoke a Lambda written in Java. This method of Lambda invocation uses special request and response models. A developer is likely to model the request and response data in Java based on the batch-ops-invoke-lambda documentation.
We could include the Request and Response models in this library. We could even add a little bit of logic to help create the Response model, because most of its data is derived from the Request.
Something like:
The text was updated successfully, but these errors were encountered: