Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/techprimers/aws-beanstalk-example-2
- Owner: TechPrimers
- Created: 2019-03-23T13:26:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T10:10:55.000Z (over 2 years ago)
- Last Synced: 2023-10-20T23:21:24.945Z (about 1 year ago)
- Topics: aws, aws-beanstalk, aws-codebuild, aws-codedeploy, aws-codepipeline
- Language: Java
- Size: 194 KB
- Stars: 18
- Watchers: 1
- Forks: 334
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`