Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techprimers/aws-beanstalk-example-2

AWS Bean Stalk Example for CI CD
https://github.com/techprimers/aws-beanstalk-example-2

aws aws-beanstalk aws-codebuild aws-codedeploy aws-codepipeline

Last synced: 7 days ago
JSON representation

AWS Bean Stalk Example for CI CD

Awesome Lists containing this project

README

        

# Continuous Integration and Continuous Deployment using AWS CodePipeline Example

## Architecture

## Flow
- Source: Github
- Continuous Integration: AWS CodeBuild - leveraged `buildspec.yml` to build the codebase
- Continuous Deployment: AWS CodeDeploy - leveraged Amazon Elastic BeanStalk for deployment

## REST Endpoints
- Actuator endpoints are enabled under `/actuator/*`
- Sample `HelloController` enabled under `/hello`