Amazon CodeGuru – Preview
41–50 of 209 posts
Re: Amazon CodeGuru – Preview
#42Poor naming choice, considering CodeGuru.com has been around for what, decades?
Re: Amazon CodeGuru – Preview
#43Next step is to provide automated fixes. I've have a side project that does it for Go source code: https://fixmie.com (have plans for other languages and protocols). But due my Visa situation here in the US (H1B), I'll be never able to monetize it as it's illegal to have a side income. But I think this is just the start and there is an huge opportunity for new startups and projects.
That's a pretty deep rabbit hole. But considering that old "IDEs" with crappy "Intellisense", "Quickfix" or similar were widely sold, there's potential there.
Re: Amazon CodeGuru – Preview
#44The best thing about it was the recommendations on how to use the AWS SDK better as that's probably got the most potential to drift or make mistakes on
Re: Amazon CodeGuru – Preview
#45The code review feature seems too expensive to run on every PR automatically (to me): $0.75 per 100 lines of code. From their example pricing: "if you have a typical pull request with 500 lines of code, it would only cost $3.75 to run CodeGuru Reviewer on it." I wonder if it's actually good enough to justify that price.
Don't accidentally commit `node_modules` - that'd be a costly mistake!
Re: Amazon CodeGuru – Preview
#46Please do us a favor and consolidate all these Amazon announcements into a single announcement page link. This is ridiculous.
Re: Amazon CodeGuru – Preview
#47Earlier quoted context omitted.
I was thinking about the same thing. Even for a small project of 3 developers, it seems like this would rise easily to the $100+/month, for suggestions that may not even be that useful.
at which point you'd stop paying for it I would imagine?
Re: Amazon CodeGuru – Preview
#48Re: Amazon CodeGuru – Preview
#49Next step is to provide automated fixes. I've have a side project that does it for Go source code: https://fixmie.com (have plans for other languages and protocols). But due my Visa situation here in the US (H1B), I'll be never able to monetize it as it's illegal to have a side income. But I think this is just the start and there is an huge opportunity for new startups and projects.
> Next step is to provide automated fixes. That's a pretty deep rabbit hole. But considering that old "IDEs" with crappy "Intellisense", "Quickfix" or similar were widely sold, there's potential there.
(Disclaimer: I'm working for GitHub, but on a different project)
Re: Amazon CodeGuru – Preview
#50The code review feature seems too expensive to run on every PR automatically (to me): $0.75 per 100 lines of code. From their example pricing: "if you have a typical pull request with 500 lines of code, it would only cost $3.75 to run CodeGuru Reviewer on it." I wonder if it's actually good enough to justify that price.
That’s incredibly cheap, assuming it provides good suggestions. How much time does it take you to review 500 lines of code change, and what’s your time worth? If it takes 10 minutes and your time is worth about $20/hour or more, this service will part for itself immediately.