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

initial Lambda destination event #139

Merged
merged 1 commit into from
Sep 14, 2020
Merged

initial Lambda destination event #139

merged 1 commit into from
Sep 14, 2020

Conversation

msailes
Copy link
Collaborator

@msailes msailes commented May 26, 2020

Issue #, if available:
#104

Description of changes:
Event to represent the Lambda destination event.

Maybe this should be called something else. I'm open to suggestions.

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

private DateTime timestamp;
private RequestContext requestContext;
private Map<String, Object> requestPayload;
private Object responseContext;

Choose a reason for hiding this comment

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

Couldn't there also be a typed ResponseContext just like RequestContext?

@msailes
Copy link
Collaborator Author

msailes commented Sep 14, 2020

I've just tested this on my account.

@carlzogh carlzogh merged commit 39dfc15 into aws:master Sep 14, 2020
@msailes msailes deleted the lambda-destination branch September 14, 2020 16:29
raupachz pushed a commit to raupachz/aws-lambda-java-libs that referenced this pull request Dec 1, 2020
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.

3 participants