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

Initial AWS Org CDK structure and CI/CD #3

Merged
merged 4 commits into from
Sep 22, 2023
Merged

Conversation

san99tiago
Copy link
Owner

@san99tiago san99tiago commented Sep 22, 2023

Updates:

  • Closes Enable CI/CD GitHub Actions for CDK Deployment #2
  • Included .github/prerequisites folder with CloudFormation template for GitHub OIDC Federation and IAM Role with permissions to assume cdk- roles.
  • Added CI/CD workflow with GitHub Actions Workflows.
    • On feature/*** branches, code-quality, tests, CDK Synth/Diff and IaC Checkov.
    • On main branch, enabled all stages (including deployment).
  • Included initial cdk folder with App, Stack and sample code for Sandbox accounts and initial SCPs.
  • Created tests folder for unit tests of the CDK code (only synth success validation for now).
  • Added extra details to README.md

@san99tiago san99tiago added enhancement New feature or request cicd CI/CD and GitHub Actions updates labels Sep 22, 2023
@san99tiago san99tiago self-assigned this Sep 22, 2023
@san99tiago san99tiago merged commit ee2a5cf into main Sep 22, 2023
5 checks passed
@san99tiago san99tiago deleted the feature/cicd-init branch September 24, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd CI/CD and GitHub Actions updates enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable CI/CD GitHub Actions for CDK Deployment
1 participant