Multiple input sources and output artifacts sample - AWS CodeBuild

Multiple input sources and output artifacts sample

You can create an AWS CodeBuild build project with more than one input source and more than one set of output artifacts. This sample shows you how to set up a build project that:

  • Uses multiple sources and repositories of varying types.

  • Publishes build artifacts to multiple S3 buckets in a single build.

In the following sample, you create a build project and use it to run a build. The sample uses the build project's buildspec file to show you how to incorporate more than one source and create more than one set of artifacts.

To learn how to to create a pipeline that uses multiple source inputs to CodeBuild to create multiple output artifacts, see Sample of a CodePipeline/CodeBuild integration with multiple input sources and output artifacts.