Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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(iotevents): support actions #18869
feat(iotevents): support actions #18869
Changes from 1 commit
61a4bae
f3bdd56
940e1c7
5b86fa8
7ad0532
a021c79
814e352
2e9bca1
a430030
31d3516
7bd8f97
ebfeeb2
a123666
20c47d2
9e67025
9a62326
9cc9794
218b91e
c7e142d
9d7abc3
297e3b1
8e4452b
6d80f69
011f1eb
a8e6fd0
b686021
369562d
9f7ddf7
c0ccdf8
f9b8d8c
ea3059d
de801e0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's an idea. Instead of putting a big example here, how about we use the "literal snapshot test" feature the CDK offers? Basically, you put a reference to an integration test inside here, and the final rendered ReadMe will contain that test in it. Here's an example from the CodePipeline ReadMe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great! I was just thinking that I would like to post some of these examples as well.
I will move this example to
aws-iotevents-actions
because finally this example use actions😉.