COMS E6156 Cloud Computing 22 Fall at CU
An Online Art Museum that support liking and commenting images, as well as sharing the image through email.
Store media and html files for front end.
Use GitHub as the Authorization Server to generate access_token.
The server is ran in docker container in an EC2 instance.
Connect query paths with underlying lambda functions.
Implemented PUT, GET, and DELETE for like and comment, respectively,
and SES support as well.