- Name: Aworeni Abiodun
- Date: June 17th, 2022 - 22:00 GMT+1
aws cloudformation create-stack --stack-name projcet-infra --template-body file://.\infrastructure.yml --parameters file://.\infrastructure-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
aws cloudformation update-stack --stack-name projcet-infra --template-body file://.\infrastructure.yml --parameters file://.\infrastructure-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
aws cloudformation delete-stack --stack-name projcet-infra
aws cloudformation create-stack --stack-name projet-server --template-body file://.\project-server.yml --parameters file://.\project-server-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
aws cloudformation update-stack --stack-name projet-server --template-body file://.\project-server.yml --parameters file://.\project-server-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
aws cloudformation delete-stack --stack-name projet-server