Involved but detached
Nothing here yet.
Nothing here yet.
Objective: I wanted to read a file in s3, process it, store the data in database, move the file to another “location” in s3 I needed to take care of three things. Credentials It is important to have an IAM user and generate an access key for them. I ...

Where I started? I already had a Spring boot microservice that builds with Gradle and has a docker file. I used to manually deploy in ECS. I needed to automate this workflow so that it deploys automatically on commit. Here is what I already had, Git...
