Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/build-on-aws/aws-elastic-beanstalk-cdk-pipelines
Sample AWS CDK pipeline code for an AWS Elastic Beanstalk application
https://github.com/build-on-aws/aws-elastic-beanstalk-cdk-pipelines
aws aws-cdk aws-elastic-beanstalk ci-cd devops infrastructure-as-code
Last synced: about 1 month ago
JSON representation
Sample AWS CDK pipeline code for an AWS Elastic Beanstalk application
- Host: GitHub
- URL: https://github.com/build-on-aws/aws-elastic-beanstalk-cdk-pipelines
- Owner: build-on-aws
- License: mit-0
- Created: 2023-03-29T00:53:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T02:32:21.000Z (over 1 year ago)
- Last Synced: 2024-12-17T17:40:51.032Z (about 2 months ago)
- Topics: aws, aws-cdk, aws-elastic-beanstalk, ci-cd, devops, infrastructure-as-code
- Language: TypeScript
- Homepage: https://buildon.aws/tutorials/deploy-webapp-eb-cdk
- Size: 124 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Deploy sample Node.js application to AWS Elastic Beanstalk using AWS CDK and CDK Pipelines
Sample code repo to create AWS Elastic Beanstalk application using AWS CDK and using CDK Pipelines to set up a CI/CD pipeline. It forms the base of the following tutorial(s):
* [Build Infrastructure and CI/CD pipeline using AWS CDK and AWS Elastic Beanstalk](https://buildon.aws/tutorials/deploy-webapp-eb-cdk)This source code :
- creates a simple non-containerized Node.js web application, and
- then uses AWS CDK to :
- package the web application source code
- create the deployment infrastructure (using AWS Elastic Beanstalk resources), and
- create the CI/CD pipeline (using AWS CDK Pipelines).## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.