July 2017
Intermediate to advanced
402 pages
9h 38m
English
We will proceed as usual for the first part:
$ git add helloworld-codepipeline-cf-template.py$ git commit -m "Adding Pipeline to deploy our helloworld application using ECS"$ git push$ python helloworld-codepipeline-cf-template.py > helloworld-codepipeline-cf.template$ aws cloudformation create-stack \ --stack-name helloworld-codepipeline \ --capabilities CAPABILITY_NAMED_IAM \ --template-body file://helloworld-codepipeline-cf.template
This will create our pipeline. There is a small gotcha to it, which is that we didn't specify the GitHub credentials in the pipeline. The main reason ...
Read now
Unlock full access