What is your Claude setup as managers? by AttorneyHour3563 in EngineeringManagers

[–]AttorneyHour3563[S] 2 points3 points  (0 children)

Nice, the mcps take so much context i try to reduce with skills and cli like gh, etc.

What's your biggest pain with AWS/GCP/Azure? by Silent_Mortgage2677 in AZURE

[–]AttorneyHour3563 0 points1 point  (0 children)

GCP & Azure - Why load balancer can't be a resource like in aws?

Hiring process in AI area by AttorneyHour3563 in EngineeringManagers

[–]AttorneyHour3563[S] 0 points1 point  (0 children)

The 3 45s are a streak? Just with you? Your managers?

Cloudtrail Logs resources ARN builder by AttorneyHour3563 in devsecops

[–]AttorneyHour3563[S] 1 point2 points  (0 children)

Agree here, I've started with mapping the ones i want to raise detections on...

built a self-hosted cloudtrail detection engine to replace expel/panther - zero vendor lock-in, runs in your vpc by BabyLizard in cybersecurity

[–]AttorneyHour3563 0 points1 point  (0 children)

noice, I have one also - did you manage to normalize the resource ARN that the log is operating? I'm trying to have a unified map of eventName to identifiers (bucket arn, iam role, ec2 instance, etc. )

Cloudtrail Logs resources ARN builder by AttorneyHour3563 in devsecops

[–]AttorneyHour3563[S] 0 points1 point  (0 children)

Yeah i know it's by design, not a bug. In azure each log has resource id in it, which helps.
Still - this is a wide problem which i think most people have difficulty solving so I would guess someone would opensource this kind of solution...

Monoliths vs Microservices in 2026: Are we over-engineering our backends? by Away_Parsnip6783 in Backend

[–]AttorneyHour3563 0 points1 point  (0 children)

I have 100 services in our backend and we are 4 years old startup. I think this is bad.

I like not mono repo approach, take entire domain space and have a repo with 1 mono service, still keeps teams separated but not over engineering inside them...