Reconfigure virtual environment
- apply
Python 3.11.5 source myven/bin/activate
Change RDBMS
MySQL(AWS RDS) 8.0.xx toMariaDB(Docker) 11.1.2- apply
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'globally makemigrations,migratesuccess
- apply
Change AWS S3 file upload method
- Both web static files and user-uploaded files are stored in an
AWS S3bucket - Now,
AWS Lambda Edgeis employed for credential and presigned URL generation
whileAWS CloudFrontis utilized with S3 for file uploads and downloads