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

CMDCT-4226 - sets up deploy-prerequisites to create resources needed in AWS account #15025

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

peoplespete
Copy link
Contributor

@peoplespete peoplespete commented Jan 7, 2025

Description

Prerequisite resources instead of being created in each stack or each !isDev stack will exist in a single stack that is created in each AWS account.

Related ticket(s)

CMDCT-4226


How to test

You can check out the existing 4226 stack and it's cloudfront url:
https://d2obsaoedfxcpv.cloudfront.net/
Unfortunately seds-prerequisite stack and jon-cdk stack can't both exist at the same time so let me know if you want to see seds-prerequisite in action and I can temporarily destroy jon-cdk stack (again, I already did this a couple times to test).

Notes

NA


Pre-review checklist

  • I have added thorough tests, if necessary
  • I have updated relevant documentation, if necessary
  • I have performed a self-review of my code
  • I have manually tested this PR in the deployed cloud environment

Pre-merge checklist

Review

  • Design: This work has been reviewed and approved by design, if necessary
  • Product: This work has been reviewed and approved by product owner, if necessary

Security

If either of the following are true, notify the team's ISSO (Information System Security Officer).

  • These changes are significant enough to require an update to the SIA.
  • These changes are significant enough to require a penetration test.

convert to a different template: test → val | val → prod

@peoplespete peoplespete changed the title CMDCT-4226 - testing out deploy-prerequisites CMDCT-4226 - sets up deploy-prerequisites to create resources needed in AWS account Jan 7, 2025
@peoplespete peoplespete marked this pull request as ready for review January 7, 2025 15:01
import {
aws_apigateway as apigateway,
aws_iam as iam,
} from "aws-cdk-lib";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
} from "aws-cdk-lib";
App,
DefaultStackSynthesizer,
Stack,
StackProps,
Tags,
} from "aws-cdk-lib";

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Much better thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

I was trying to suggest a change, but then I messed up the formatting. I ended up making a commit.

@peoplespete peoplespete merged commit f634b78 into jon-cdk Jan 8, 2025
9 checks passed
@peoplespete peoplespete deleted the cmdct-4226 branch January 8, 2025 18:17
peoplespete added a commit that referenced this pull request Jan 31, 2025
JonHolman added a commit that referenced this pull request Jan 31, 2025
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.

2 participants