This is a serverless URL shortener app, built by using the Zappa Framework.
- Run the lambdashortener.yml CloudFormation template to provisions the required AWS services. It returns two outputs: the S3 bucket url and the bucket name.
- Set-up the zappa_settings.yml with two environment variables:
- BUCKET_URL: The bucket url returned back by the CloudFormation template
- BUCKET_NAME: The bucket name returned back by the CloudFormation template
- Run zappa deploy prod command