I successfully deployed my project on Heroku using the GitHub pipeline, but I am facing challenges when trying to do the same on AWS Beanstalk. If it's not feasible to use GitHub for deployment on Beanstalk, I am willing to upload a local file bundle instead. Here is the code that I uploaded on Heroku, which I am struggling to upload on Beanstalk: https://github.com/wiktorkujawa/cinema-manager
Update: I managed to deploy the project on Beanstalk using a local source bundle, and it is working smoothly now.