-
Notifications
You must be signed in to change notification settings - Fork 4k
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
docs(@aws-cdk/sns): Convert examples into compiled literate files #107
Conversation
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.
This is too awesome!
@@ -0,0 +1,4 @@ | |||
The files in this directory cannot actually be compiled, because including their |
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.
What's the cycle?
Does CodeCommit depend on SNS?
Yes |
Or probably codecommit => events => sns |
I think events only depends on SNS for testing purposes. I guess the problem is that lerna can discern between devDeps and deps. I have no problem that we have cycles in devDeps. I think in the meantime we should disable the |
@rix0rrr can you follow up on this? |
This is as an initial example of how the mechanism works.
f62cd36
to
11cd310
Compare
@@ -1,90 +0,0 @@ | |||
{ |
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.
Why did we lose this integration test?
The title of the PR is weird.. |
This is as an initial example of how the mechanism works.
By submitting this pull request, I confirm that my contribution is made under
the terms of the beta license.