How to do ci-cd of Django DRF application through Github to AWS?
Before deploying my django drf server i need to test it during production phase so i need to host my django drf project in github and so through ci-cd to aws. So is it need to be dockerized before sending it to aws.