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-redshiftserverless): support Namespace and Workgroup L2 construct #43

Merged
merged 32 commits into from
Oct 1, 2024

Conversation

mazyu36
Copy link
Contributor

@mazyu36 mazyu36 commented Sep 11, 2024

Issue # (if applicable)

Closes #44 .

Reason for this change

To support Redshift Serverless Namespace and Workgroup L2 Construct.

Description of changes

Add Namespace and Workgroup class.
In general, I am implementing properties based on those supported by aws-cdk-lib v2.120.0.

backlog: #45

Description of how you validated changes

Add unit tests and integ test.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@mazyu36 mazyu36 force-pushed the redshift-serverless branch from 9e7dea4 to 35629f6 Compare September 11, 2024 15:35
@mazyu36 mazyu36 changed the title feat(redshiftserverless): add Redshift Serverless Namespace and Workgroup construct feat(redshiftserverless): support Namespace and Workgroup L2 construct Sep 12, 2024
@mazyu36 mazyu36 marked this pull request as ready for review September 12, 2024 13:40
@mazyu36 mazyu36 force-pushed the redshift-serverless branch from 7aa155f to 3b71877 Compare September 14, 2024 06:19
@go-to-k go-to-k changed the title feat(redshiftserverless): support Namespace and Workgroup L2 construct feat(aws-redshiftserverless): support Namespace and Workgroup L2 construct Sep 14, 2024
@mazyu36 mazyu36 requested a review from hoegertn September 27, 2024 02:01
Copy link
Contributor

@go-to-k go-to-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm only halfway through and will see the rest later.

src/aws-redshiftserverless/README.md Outdated Show resolved Hide resolved
src/aws-redshiftserverless/README.md Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
mazyu36 and others added 4 commits September 28, 2024 20:46
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/workgroup.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/workgroup.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/workgroup.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/workgroup.ts Outdated Show resolved Hide resolved
src/aws-redshiftserverless/workgroup.ts Outdated Show resolved Hide resolved
mazyu36 and others added 10 commits September 29, 2024 20:01
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: mazyu36 <[email protected]>
src/aws-redshiftserverless/README.md Outdated Show resolved Hide resolved
src/aws-redshiftserverless/namespace.ts Show resolved Hide resolved
test/aws-redshiftserverless/workgroup.test.ts Outdated Show resolved Hide resolved
test/aws-redshiftserverless/workgroup.test.ts Outdated Show resolved Hide resolved
test/aws-redshiftserverless/workgroup.test.ts Outdated Show resolved Hide resolved
test/aws-redshiftserverless/namespace.test.ts Outdated Show resolved Hide resolved
mazyu36 and others added 4 commits October 1, 2024 12:40
@mazyu36
Copy link
Contributor Author

mazyu36 commented Oct 1, 2024

@go-to-k
Thank you for your thorough review. I have addressed all the comments.

@mazyu36 mazyu36 requested a review from go-to-k October 1, 2024 04:06
Copy link
Contributor

@go-to-k go-to-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate the changes! This PR is very good. I approve it.

@go-to-k
Copy link
Contributor

go-to-k commented Oct 1, 2024

@hoegertn

CI with build also passed. Can we merge this PR?

@hoegertn hoegertn added this pull request to the merge queue Oct 1, 2024
Merged via the queue into open-constructs:main with commit 462e2c0 Oct 1, 2024
6 checks passed
@mazyu36
Copy link
Contributor Author

mazyu36 commented Oct 1, 2024

Thanks!

@mazyu36 mazyu36 deleted the redshift-serverless branch October 1, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-redshifserverless: support Namespace and Workgroup L2 construct
3 participants