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

fix: update Update MWAAEnviroment to create VPC and MWAAExecutionRole with resource prefix #439

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

devansh-gandhi
Copy link
Contributor

Description

Currently,ddk fails to deploy multiple MWAAEnvironment as VPC and MWAAExecutionRole have fixed ids.

Changes Made
VPC and MWAAExecutionRole have resource_prefox / props.name added to their id to ensure new resources are created for each MWAAEnvironment.

Related Issue
#438

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: DDKIntegrationTestsD8472609-5SCHWjldmWcf
  • Commit ID: 3e54a50
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@devansh-gandhi devansh-gandhi changed the title fix:update Update MWAAEnviroment to create VPC and MWAAExecutionRole with resource prefix fix: update Update MWAAEnviroment to create VPC and MWAAExecutionRole with resource prefix Sep 18, 2023
Copy link
Contributor

@malachi-constant malachi-constant left a comment

Choose a reason for hiding this comment

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

I'd like to see a test deploying two instances before we can merge this. Some additional will need props.name prepended to the construct id as well

src/core/mwaa-environment.ts Show resolved Hide resolved
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: DDKIntegrationTestsD8472609-5SCHWjldmWcf
  • Commit ID: 2a8eb9e
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@malachi-constant malachi-constant merged commit a7cdd40 into awslabs:main Sep 26, 2023
6 checks passed
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.

None yet

2 participants