A simple Magic 8 Ball Application made with Python 3 and only Serverless AWS Services (Lambda, Aurora Serverless).
All the services are launched via CloudFormation templates, see iac/
appname
is the name you want to give to your application:
python3 . appname run
And go to the URL provided at the end:
...
Now, go to http://appname-magic8ball-3b2c662647f18-web-s3.s3-website-us-east-1.amazonaws.com
python3 . appname destroy
- Configure a aws cli account with admin access
- Install boto3:
pip3 install boto3
- Run it inside an AWS Region where Data API for Serverless Aurora is deployed. It works well in Ireland or Northern Virginia.