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

Objects to represent VPC Lattice V2 request and response. #442

Closed
wants to merge 5 commits into from

Conversation

msailes
Copy link
Collaborator

@msailes msailes commented Sep 18, 2023

Issue #, if available:
n/a

Description of changes:

Objects to represent VPC Lattice V2 request and response as documented https://docs.aws.amazon.com/vpc-lattice/latest/ug/lambda-functions.html

Target (OCI, Managed Runtime, both): n/a

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@deki
Copy link

deki commented Sep 20, 2023

Great just created #443 for it (forgot to hit submit yesterday).

As per https://docs.aws.amazon.com/lambda/latest/dg/services-vpc-lattice.html#vpc-lattice-receiving-events x509SanDns should be added as well.

@msailes
Copy link
Collaborator Author

msailes commented Sep 20, 2023

Added

@@ -50,6 +50,11 @@
<artifactId>joda-time</artifactId>
<version>2.10.8</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't add that dependency for everyone

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed the dependency to the jetbrains one. There is no standard for this yet, which is a shame. I think it's important to describe the data of the events as best as we can. I hope that @Nullable will be an annotation that is added to more events in the future.

@sdelamo
Copy link
Contributor

sdelamo commented Oct 16, 2023

would it be possible to have Json samples of this event? it will allow us to test serialization.

@msailes msailes closed this Oct 18, 2023
@msailes msailes deleted the vpc-lattice-v2 branch October 18, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants