Skip to content

DanielMevs/Deploying-Serverless-Django-Web-Apps-with-AWS-Fargate

Repository files navigation

Deploying Serverless Django Web Apps with AWS Fargate - 2023 ☁️

Check out the course here

Topics Covered:

  • How to deploy your website using the Amazon ECS - Fargate launch type
  • How to make use of IaaS - (Infrastructure as a Service)
  • How to utilize serverless technology
  • Dockerizing your Django application
  • Registering a domain name and provision an SSL/TLS certificate
  • Hosting a PostgreSQL database with Amazon RDS
  • Deploying your static files on Amazon S3
  • Creating a basic application