A CDK-React Project for a Link shorting site.
- Ensure you have python, npm, and CDK installed.
- Set you AWS account and region in the
lilre/lilre_stack.pyfile. - Get your python environment setup
- You can follow this guide ~ https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-python.html
- Install the react dependencies and build the site.
cd lilre-sitenpm installnpm start buildcd ..
- Deploy you the stack on AWS
cdk deploy

