Skip to content

bilardi/aws-static-gui-resources

Repository files navigation

Getting started

The static website with auth0 is a nice static website in ReactJS. In this repository there is only the application for deploying the AWS resources of a static website with auth0. AWS static website is implemented in AWS CDK with Python.

It uses the packages

It is part of the educational repositories to learn how to write stardard code and common uses of the TDD, CI and CD.

Prerequisites

You have to install the AWS Cloud Development Kit (AWS CDK) for deploying the AWS static website:

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-gui-resources
cd aws-static-gui-resources/
pip3 install --upgrade -r requirements.txt
export AWS_PROFILE=your-account
cdk deploy -a 'python app_pipeline.py' -c stage=sample

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.

About

AWS static GUI resources and Auth0

Resources

License

Stars

Watchers

Forks

Packages

No packages published