Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imharshag authored May 17, 2024
1 parent f949700 commit dd4f39c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,32 @@
- [Amazon EC2 Documentation](https://docs.aws.amazon.com/ec2)
- [Amazon S3 Documentation](https://docs.aws.amazon.com/s3)

### Workflow

***Code Commit***: Developers commit code changes to the version control repository.

***Code Build***: Code changes trigger automated builds using AWS CodeBuild, compiling code and running unit tests.

***Code Review***: Automated code reviews and quality checks are performed.

***Deployment***: Approved changes are automatically deployed to staging environments using AWS CodeDeploy.

***Testing***: Automated tests, including integration and end-to-end tests, are executed in the staging environment.

***Approval***: Manual approval is required before changes are deployed to production.

***Production Deployment***: Approved changes are deployed to the production environment using AWS CodeDeploy.

### Contact

For inquiries or feedback, please contact **[Harsha G](mailto:[email protected])**.


### Contributing
🔩📝 Contributions are encouraged! There are various ways you can contribute to this project:

- ***Report an Issue***: Encountered a bug or have an idea for an improvement? Open an issue to discuss it.
- ***Submit a Pull Request***: Have code changes you'd like to propose? Submit a pull request for review.
- ***Offer Feedback***: Not a coder? No problem! Your feedback on usability and features is invaluable.

Let's collaborate to enhance this project together!

0 comments on commit dd4f39c

Please sign in to comment.