A simple URL shortener app using AWS Chalice
url-shortener-chalice
A simple URL shortener app using AWS Chalice.
Please make sure your to configure your AWS credentials before starting with deploying things onto AWS.
aws configure
Dependencies are included in the file:
requirements.txt
Please note the below chalice scheduler is configured to clean up the dynamo-db table entries every 24 hours.
Deployment steps:
aws cloudformation deploy --template-file .chalicedynamodb_cf_template.yaml --stack-name "url-shortner-stack"
chalice deploy
Testing steps screenshots:
Teardown steps:
chalice delete
aws cloudformation delete-stack --stack-name "url-shortner-stack"
GitHub