Pipeline that demonstrates how to integrate Cloud Native Buildpacks with AWS tools. Please see this blog post for details on how it can be used.
This pipeline uses AWS DevOps tools AWS CodeCommit, AWS CodePipeline, AWS CodeBuild and Amazon Elastic Container Registry (ECR) along with other AWS services.
The file cloudformation.yml
contains all of the AWS CloudFormation necessary to deploy the solution, including:
- CodeCommit repository
- ECR repository
- CodeBuild project to build the container image
- CodePipeline to orchestrate code checkout and running CodeBuild
- Lamba function and custom resource to seed the CodeCommit repository with a sample Spring Boot application
Download the CloudFormation template and pipeline code from GitHub repo.
- Log in to your AWS account if you have not done so already.
- On the CloudFormation console, choose Create Stack.
- Choose the provided CloudFormation pipeline template.
- Choose Next.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0