A simple AWS static website deployment
Project description
AWS static website package is implemented for deploying a bucket with its Cloudfront distribution and its domain name.
You can use this package for deploying a static website on the bucket deployed.
It is part of the educational repositories to learn how to write stardard code and common uses of the TDD.
Prerequisites
You have to install the AWS Cloud Development Kit (AWS CDK) for deploying the AWS resources:
npm install -g aws-cdk # for installing AWS CDK
cdk --help # for printing its commands
And you need an AWS account, in this repository called your-account.
Installation
The package is not self-consistent. So you have to download the package by github and to install the requirements before to deploy on AWS:
git clone https://github.com/bilardi/aws-static-website
cd aws-static-website/
pip3 install --upgrade -r requirements.txt
export AWS_PROFILE=your-account
cdk deploy
Or if you want to use this package into your code, you can install by python3-pip:
pip3 install aws_static_website
python3
>>> import aws_static_website
>>> help(aws_static_website)
Read the documentation on readthedocs for
Usage
Development
Change Log
See CHANGELOG.md for details.
License
This package is released under the MIT license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aws_static_website-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5203b9de0a239407ffa5b100c4b69d15b824adb9b69952896ddfdf4f62dd9697 |
|
MD5 | f73d97c9c79bbdc6e81982d3dc4886e6 |
|
BLAKE2b-256 | 54ff0bc1435a9b93d64dc33d31a3d3e56405e6f839b149fdd358019e51a303fb |