0

I am new to write cloudformation script so I am seeking help for writing a CF script for provisioning AWS CICD setup using codepipeline, code commit, code build and code deploy.

Any help will be appreciated

Dave
  • 379
  • 1
  • 5
  • 14

1 Answers1

0

Here is two pre-build CloudFormation Script you can refer.

  1. Unit test environment using CloudFormation: Continuous Delivery of Nested AWS CloudFormation Stacks Using AWS CodePipeline | Github

  2. AWS CI/CD Pipeline using CloudFromation | Github

Note: You can use CloudFormer to build your CF script

a7r8
  • 26
  • 3