https://github.com/mohamedsamara/node-aws-elasticbeanstalk
Node AWS Elastic Beanstalk & RDS
https://github.com/mohamedsamara/node-aws-elasticbeanstalk
aws aws-codebuild aws-codepipeline aws-rds elasticbeanstalk
Last synced: 8 months ago
JSON representation
Node AWS Elastic Beanstalk & RDS
- Host: GitHub
- URL: https://github.com/mohamedsamara/node-aws-elasticbeanstalk
- Owner: mohamedsamara
- License: mit
- Created: 2024-01-26T00:55:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T01:16:10.000Z (about 2 years ago)
- Last Synced: 2025-02-22T15:58:08.236Z (about 1 year ago)
- Topics: aws, aws-codebuild, aws-codepipeline, aws-rds, elasticbeanstalk
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node AWS Elastic Beanstalk & RDS
This is a simple example of a Node.js application deployed on AWS Elastic Beanstalk with AWS Codepipeline and AWS CodeBuild for the Build Stage. The application connects to an AWS RDS database instance decoupled from the Elastic Beanstalk environment.
* [buildspec.yml](buildspec.yml) for CodeBuild to use for build commands and configurations
* [Install the devDependencies packages](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/nodejs-platform-dependencies.html) using `NPM_USE_PRODUCTION` in `.ebextensions`.