-
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
feat(remodel): adds remodel package for repo restructure #24550
Closed
Closed
Conversation
This file contains 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
…eat/repo-restructure
Adds a `gen.ts` file in `scripts` for aws-cdk-lib which is meant to run as the first step during build in order to generate L1 construct source files. Added support for `*` as a scope in `cfn2ts` in order to enable generating all desired L1s without declaring scopes in package.json.
…eat/repo-restructure
Move the useful stuff in ubergen into lib/index.ts and add `main` field to package json so packages within the repository can depend on it's functionality. Specifically useful for repo restructure work.
feat(remodel): generate index.ts and .jsiirc.json files
MrArnoldPalmer
force-pushed
the
feat/repo-restructure
branch
2 times, most recently
from
March 28, 2023 21:06
df720c6
to
1072f82
Compare
MrArnoldPalmer
force-pushed
the
feat/repo-restructure
branch
from
March 28, 2023 21:13
1072f82
to
00aa956
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Closing this as not needed as the actual remodel PR was merged #24376 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
contribution/core
This is a PR that came from AWS.
p2
pr-linter/exempt-integ-test
The PR linter will not require integ test changes
pr-linter/exempt-readme
The PR linter will not require README changes
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.
Adds a package, @aws-cdk/remodel, that is a CLI tool that will restructure the packages within the repo to remove the v1 modules, and collapse them all into aws-cdk-lib. The aim of this is to make working on, building, testing, etc of the aws-cdk easier and faster.
The remodel tool does the following: