Pinned Loading
-
scalable-django-rest
scalable-django-rest PublicA sample project for a scalable REST API using Django & Django REST Framework, ready to be deployed in AWS with Docker and CDK
-
fastapi-kafka
fastapi-kafka PublicA sample project for event-driven microservices built with FastAPI and Kafka pub/sub
-
scalable-django-apps
scalable-django-apps PublicAn example of scalable django apps in AWS with Docker and CDK
-
scalable-django-chat
scalable-django-chat PublicA sample project for scalable django apps using channels (websockets) in AWS with Docker and CDK
Python 1
-
A CDK stack sample for load balance...
A CDK stack sample for load balanced ECS/Fargate service 1from aws_cdk import (
2Stack,
3aws_ec2 as ec2,
4aws_sqs as sqs,
5aws_ecs as ecs,
-
A multistage Dockerfile to build a D...
A multistage Dockerfile to build a Django app for development and production 1# Base off the official python image
2# Define a common stage for dev and prod images called base
3FROM python:3.10 as base
4# Set environment variables
5ENV PYTHONDONTWRITEBYTECODE 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.