Vadym Khodak
vadymkhodak

vadymkhodak

Follow
homebadgesnewsletter
Series

Django with AWS Lambda


Articles in this series

Deploying a Django project on AWS Lambda using Serverless (Part 1)

Feb 11, 202111 min read

BLUF As a follow-up to a post where we looked at the most common questions about Django in the Cloud, now, I'd like to help you deploy your Django App...

Deploying a Django project on AWS Lambda using Serverless (Part 1)

Deploying a Django project on AWS Lambda using Serverless (Part 2)

May 10, 20215 min read

How to prepare AWS infrastructure for deploying a Django project · After my previous blog post Deploy Django App on AWS Lambda using Serverless (Part 1),...

Deploying a Django project on AWS Lambda using Serverless (Part 2)

Deploying a Django project on AWS Lambda using Serverless (Part 3)

May 20, 202110 min read

How to prepare AWS infrastructure for deploying a Django project using Terraform · To follow up my previous blog post I decided to show you how to update...

Deploying a Django project on AWS Lambda using Serverless (Part 3)

Deploying a Django project on AWS Lambda using Serverless (Part 4)

Aug 19, 20218 min read

Adding React.JS client to a Django project and deploying on AWS Lambda using Serverless · As I promised in my previous blog post Deploying a Django...

Deploying a Django project on AWS Lambda using Serverless (Part 4)

Creating AWS resources using Boto3 for deploying Django project

Sep 11, 20215 min read

This is a bonus blog post to Django with AWS Lambda series. If you are a Python developer and you need to create AWS resources but you don't want to...

Creating AWS resources using Boto3 for deploying Django project