wesley-accent / jenkins-deploy

0 stars 0 forks source link

cdk workshop #65

Open wesley-accent opened 1 year ago

wesley-accent commented 1 year ago

https://cdkworkshop.com/30-python/20-create-project/200-virtualenv.html

wesley-accent commented 1 year ago

generate cf template from cdk: https://bobbyhadz.com/blog/generate-cloudformation-template-cdk

wesley-accent commented 1 year ago

cdk examples: https://github.com/aws-samples/aws-cdk-examples/tree/master/python

wesley-accent commented 1 year ago
source .venv/bin/activate
pip install -r requirements.txt
wesley-accent commented 1 year ago
export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
export AWS_DEFAULT_REGION=us-west-2