# Deploy a REST API using Serverless, Django and Python

DevFeed: [Deploy a REST API using Serverless, Django and Python](<https://devfeed.tech/articles/deploy-a-rest-api-using-serverless-django-and-python-14163.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/django-serverless-framework-a-match-made-in-heaven>)

Author: Efi Merdler-Kravitz

Published: 2018-08-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Django](<https://devfeed.tech/topics/django.md>), [Python](<https://devfeed.tech/topics/python.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [django](<https://devfeed.tech/tags/django.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [python](<https://devfeed.tech/tags/python.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>)

## AI overview

A tutorial on using the Serverless Framework with Django, SQLite, and Python to deploy a REST API.

## Source excerpt

Use the Serverless Framework, Django, SQLite and Python to quickly deploy a REST API.