We are going to perform the following steps:
Here are the steps you need to follow to “Creating S3 pipelines”
When you configured your product version, you may have specified the following:
This would have taken your products source code from CodeCommit. If you are using BitBucket Server or an SCM solution where you cannot use AWS CodeStar Connections you may want to configure your pipelines source your products from AWS S3 and then use another solution to put the source code there. To do so, you can specify the following:
Please note, if you create S3 sourced pipelines you will be responsible for the creation of the AWS S3 Bucket.
Since version 0.64.0 you can use intrinsic functions in the BucketName and S3ObjectKey values. The resultant AWS CloudFormation template that is generated to provision the AWS CodePipeline uses the Sub intrinsic function so you can now do the following:
This is useful when creating configuration files that will be shared across different AWS Organizations.