Amit Choudhary

Results 2 comments of Amit Choudhary

Line 52 of user service `users_bookings = requests.get("http://127.0.0.1:5003/bookings/{}".format(username))` user service here makes a GET request (same as external user making one) to booking service. This is a crucial learning as...

> In my case, I was missing the CRT dependency in my `pom.xml` altogether. I followed [this article](https://aws.amazon.com/blogs/developer/introducing-crt-based-s3-client-and-the-s3-transfer-manager-in-the-aws-sdk-for-java-2-x/) for exact instruction on how to use S3/CRT: > > ``` >...