Gen AI model with source code tracing capability

0

We are doing a project wherein there are N number java services which are not properly maintained, neither have any documentation. And hence we are trying to develop a tool with help of a gen AI model which can trace through java source code from 1st call to last call and then to DB or 3rd party call where it ends. Create flow chart, identify all dependencies and create mapping of services v/s dependencies. Is there any aws gen AI model available for this? any tools which can help? any ideas to make this possible?

Thanks.

asked 3 months ago310 views
1 Answer
0

Hi,

Amazon Bedrock is the service that you want to use for such initiatives: https://aws.amazon.com/bedrock/

In particular, for your project, I would recommend to use Anthropic's Claude: it seems to be the one we've tried for code documentation.

See https://aws.amazon.com/bedrock/claude/

Best,

Didier

profile pictureAWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions