Spring Boot Application for creating/deleting AWS S3 buckets for storing data.
Technologies used: Java, SpringBoot, localStack, AWS S3, Docker.
Description about technologies used:
-Install docker, AWS CLI, and load the localstack AWS S3 in it.
-Controller is designed in a way that it could help you in creating/ deleting aws buckets via Postman.
-To check the Buckets availability go to AWS S3 info panel and you will be able to see the descriptions of buckets created.
-Make sure your server is up and running before using Postman for sending requests.
Thank you so much.