Please make sure you configure your AWS credentials using AWS CLI before starting with deploying things onto AWS.
aws configure
Dependencies are included in the file:
requirements.txt
Do 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 deploy
chalice delete
aws cloudformation delete-stack --stack-name "url-shortner-stack"