Skip to content
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

Ensure all AWS events are registered for reflection and work in Native Image #493

Closed
graemerocher opened this issue Sep 3, 2020 · 3 comments · Fixed by #944
Closed

Ensure all AWS events are registered for reflection and work in Native Image #493

graemerocher opened this issue Sep 3, 2020 · 3 comments · Fixed by #944
Labels
relates-to: graal type: task A task that needs to be completed

Comments

@graemerocher
Copy link
Contributor

Not all AWS events work on native image. We need to fix that.

@graemerocher graemerocher added type: task A task that needs to be completed relates-to: graal labels Sep 3, 2020
@charlie-harvey
Copy link

How difficult is this task? Can it be done by looking at previous examples? I would be happy to work on it - really love what you are doing here and want to help.

@pgressa
Copy link
Contributor

pgressa commented Mar 2, 2021

#944 should fix this.

@pgressa pgressa closed this as completed Mar 2, 2021
@charlie-harvey
Copy link

It seems that all the classes in the aws-sdk get parsed. But what about all the classes in the aws-lambda-java-events? That's where the SQSEvent and others live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: graal type: task A task that needs to be completed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants