Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 998 Bytes

File metadata and controls

10 lines (6 loc) · 998 Bytes

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.