How can we manage Go modules in AWS?

1

I am looking at ways to manage Go modules and looking at AWS Codeartifact, I don't see an option for Go while creating repository.

How can we manage Go modules in AWS?

asked 10 months ago269 views
1 Answer
0

CodeArtifact only manages npm, maven, python, nuget and some others as far as I know. You can use CodeCommit as a code repo and optionally S3 as artifact store.

profile picture
answered 10 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