Skip to content

Add S3 Batch Operations Request and Response Models #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
david-kingsbury-bah opened this issue Oct 20, 2020 · 4 comments
Closed

Add S3 Batch Operations Request and Response Models #177

david-kingsbury-bah opened this issue Oct 20, 2020 · 4 comments

Comments

@david-kingsbury-bah
Copy link

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:

com.amazonaws.services.lambda.runtime.events.S3BatchOpRequest
com.amazonaws.services.lambda.runtime.events.S3BatchOpResponse
@msailes
Copy link
Collaborator

msailes commented Oct 21, 2020

Hi David,

I'll look into this.

@david-kingsbury-bah
Copy link
Author

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.

@msailes msailes mentioned this issue Oct 21, 2020
@msailes
Copy link
Collaborator

msailes commented Oct 21, 2020

That would be great.

This is what I've made, but I haven't had chance to test it yet.

#179

Mark

@david-kingsbury-bah
Copy link
Author

Awesome; testing your branch now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants