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

feat(aws-stepfunction-tasks): add eventbridge put events task #14958

Closed
wants to merge 4 commits into from

Conversation

moofish32
Copy link
Contributor

@moofish32 moofish32 commented Jun 2, 2021

This PR adds support for https://docs.aws.amazon.com/step-functions/latest/dg/connect-eventbridge.html

The following design questions need to be answered:

  • Is it acceptable to enable the json-path recurse to be aware of TaskInput?
  • Should we enforce a valid set of object keys for put event api? If so should the type of each value be any or TaskInput?
  • Complete integration tests.

closes #15033

@gitpod-io
Copy link

gitpod-io bot commented Jun 2, 2021

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: f937e60
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@BenChaimberg
Copy link
Contributor

Closing in favour of #15165 since I think the more structured interface will be nicer for the user. Sorry we did not get around to reviewing this!

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

Successfully merging this pull request may close these issues.

(stepfunctions-tasks): PutEvent task
4 participants