briancaffey / pulumi-aws-django

A Pulumi package for deploying Django applications to AWS using ECS Fargate and other managed services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulumi-aws-django

This is a library for deploying Django applications to AWS using ECS Fargate. It is currently under active development.

There are similar libraries for CDK and Terraform:

For more information about this library, see this article: https://briancaffey.github.io/2022/06/26/i-deployed-the-same-containerized-serverless-django-application-with-aws-cdk-and-terraform

Release Process

Releases are managed by release-please. The following secrets have been added to this GitHub repository:

  • NPM_TOKEN (npm API key)
  • GH_PAT (GitHub Personal Access Token with the ability to update workflows)

Testing Release and Publishing Triggers

  • Using an npm token (Classic token with Automation option selected)

About

A Pulumi package for deploying Django applications to AWS using ECS Fargate and other managed services

License:MIT License


Languages

Language:TypeScript 98.1%Language:Makefile 1.9%