Please make sure you configure your AWS credentials using AWS CLI before starting with deploying things onto AWS.
aws configureDependencies are included in the file:
requirements.txtDo note the below chalice scheduler is configured to clean up the dynamo-db table entries every 24 hours.

aws cloudformation deploy --template-file .chalice\dynamodb_cf_template.yaml --stack-name "url-shortner-stack"chalice deploychalice deleteaws cloudformation delete-stack --stack-name "url-shortner-stack"


