Skip to content

FabrizioCafolla/aws-s3-static-website

Repository files navigation

Single-page Application for only 1$ on AWS — S3 & Cloudfront

Template repository for tech article, Check it on medium!

Dev

# creazione ammbiente virtuale 
pip3 install --upgrade virtualenv 
mkdir -pv venv 
python3 -m virtualenv venv

# install pacchetti
source venv/bin/activate
pip3 install -r requirements.txt
pre-commit install

Deploy

Cloudformation select region and create stack:

  • website.yml

Mantained by