https://d46adv7k03c3k.cloudfront.net/
App will allow you to create text posts with an image, you can edit a post and update the image (sometime your browser caches the previous image, you will need to refresh the page to get the newest image)
You will need a token, the UI will output the token to the developer console after login
auth:
Custom Authorizer
Creates S3 signed url for image storage
Spring Boot API used to interact with database to store posts
React frontend
Uses serverless
make deploy
needs and EKS cluster and Postgresql RDS
CI: GitHub Actions
Image Publishing: Jib
Once CI pipeline completes
cd backend
make deploy
cd client
make deploy