chore: add build of experimental modules#15442
Merged
mergify[bot] merged 3 commits intoaws:v2-mainfrom Jul 10, 2021
Merged
Conversation
skinny85
commented
Jul 7, 2021
| @@ -0,0 +1,230 @@ | |||
| /** | |||
Contributor
Author
There was a problem hiding this comment.
To be clear: the code in this file is dogshit.
Reviewers, feel free to rip it apart.
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 8, 2021
4f1d8b0 to
88a3a59
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 8, 2021
88a3a59 to
c30476c
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 8, 2021
c30476c to
850c8d2
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 9, 2021
850c8d2 to
527090f
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 9, 2021
527090f to
2447fc2
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 9, 2021
2447fc2 to
356f428
Compare
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this pull request
Jul 9, 2021
356f428 to
ff0395a
Compare
ff0395a to
2b54874
Compare
…invoking a package.json script.
Collaborator
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Contributor
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This was referenced Jul 15, 2021
This was referenced Jul 29, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds a new module that encompasses the build of experimental modules in V2.
It manages a separate Lerna monorepo with
versionset toindependentin preparation for releasing the modules.The parent module contains the logic of copying the files from the base module,
and changing the values inside (
package.json, imports inside TypeScript files, etc.),so that they depend on
aws-cdk-lib.To be clear, this PR does not release the modules yet; it only makes them part of the build of CDK.
Still to do:
@aws-cdk/assertionslibrary, and its dependents (like@aws-cdk/aws-synthetics)@aws-cdk/aws-lambda-pythonmoduleThey have 2 problems:
@aws-cdk/aws-lambdamodule@aws-cdk/aws-lambda-pythonmodule in some assertions@aws-cdk/aws-lambda-gomoduleThey have 2 problems:
@aws-cdk/aws-lambdamodule@aws-cdk/aws-lambda-gomodule in some assertionsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license