Skip to content

Open Source projects on AWS using AWS CDK with state managed by AWS

Notifications You must be signed in to change notification settings

keskad/manage-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manage-aws

Personal AWS account management for open source purpose. Written in AWS CDK (Python compiled to CloudFormation), thanks to that the AWS is managing the state.

There is no GitHub Actions pipeline intentionally, as this is a private AWS account I do not give any access to it anywhere. The GitHub Actions in kube-cicd is using only a very restricted role.

Bootstrapping

python3 -m venv .venv
source .venv/bin/activate
uv sync
cdk synth

Deploying

cdk deploy

About

Open Source projects on AWS using AWS CDK with state managed by AWS

Resources

Stars

Watchers

Forks

Languages