You must be logged in to view saved presets
Configuration for creating a CodePipeline pipeline to orchestrate the steps required to release your software in AWS. The configuration template includes options to build with other AWS Code services such as CodeBuild and CodeCommit.
The following settings are available in this template:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
CodePipelinePipeline:
Type: 'AWS::CodePipeline::Pipeline'
Properties:
RoleArn: ''
Parameters: {}
Metadata: {}
Conditions: {}