Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Ecommerce Platform Pipeline

Architecture diagram for the pipeline

Whenever there is a commit pushed to the main branch of the CodeCommit repository, this triggers a CodeBuild project that will detect which services have changed since the last project execution, run lint and unit tests and send artifacts to an S3 bucket. See resources/buildspec-build.yaml for the build specification.

Each service has its own pipeline powered by CodePipeline. When a new version of the artifacts for that service is uploaded to S3, this will trigger the pipeline.

The pipeline will first fetch the sources from CodeCommit, deploy the stack to a testing environment and run integration tests against that stack. See resources/buildspec-tests.yaml for the build specification.