Skip to content

Add Support For CloudWatchEvent #57

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
inrix-adasgupta opened this issue Jul 24, 2018 · 1 comment
Closed

Add Support For CloudWatchEvent #57

inrix-adasgupta opened this issue Jul 24, 2018 · 1 comment

Comments

@inrix-adasgupta
Copy link

As EMR Events are now supported for Lambda (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#emr_event_type), it'll be nice to have corresponding event(s) in aws-lambda-java-events.

Currently we can define a custom POJO to intercept it, but deserialization doesn't work for 'detail-type' parameter, as it seem Jackson annotations are not supported and 'detail-type' is not a valid member name to be used as-is.

@msailes
Copy link
Collaborator

msailes commented Oct 12, 2020

Hi Abhishek Dasgupta,

All CloudWatch events follow the same schema. You can use the following event to handle this case.

https://github.com/aws/aws-lambda-java-libs/blob/master/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/ScheduledEvent.java

Thanks,

Mark

maxday pushed a commit that referenced this issue Jun 28, 2024
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

3 participants