omerkarabacak / containerised-python-flask-app

Containerized Python application. It is created for a simple example of AWS ECS Demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cointainerised Application for calculating factorial of a given non-negative integer

This containerised Python application uses Flask. It is a simple example for AWS ECS Demo.

Infrastructure

AWS CDK (Python) used for Infrastructure as Code (Seperate repository)

  • AWS ECR
  • AWS ECS

IaC repository: https://github.com/omerkarabacak/multi-stack-aws-cdk-python-iac-project

CICD

Github Actions used for auto building docker image and deploying it to AWS ECS

About

Containerized Python application. It is created for a simple example of AWS ECS Demo.


Languages

Language:Python 73.7%Language:Dockerfile 26.3%