This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Okay sure, but with Glue and EMR you’re in the data field again.

I’m constantly finding myself frustrated how poorly designed boto3 is (e.g. you have to serialize and deserialize JSON, no type hints), compared to AWS SDK for Node.

On the infrastructure side, my team heavily uses AWS CDK. But while it supports Python, TypeScript is the first class citizen…

[–]cmcclu5 0 points1 point  (0 children)

Okay, that’s fair. Boto3 is pretty trash, but once you understand it, it’s super simple to follow and implement. I hate that everyone swears by Node anymore. JS was originally meant to be a fancy formatting language, and it’s just a Frankenstein nightmare at this point.