Skip to content

benoitMariaux/MagicEightBall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicEightBall

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/

Architecture Schema

Build the application

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

Destroy the application

python3 . appname destroy

You will need to :

  • 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.

Screenshot

About

A Magic 8 Ball serverless web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published