I own the web app, and need to make sure the code is backed up

0

In case of an emergency, and I need another developer to take over. How do we access my web apps code?

1 Answer
0

Hi, for your purpose, you can use a shared CodeCommit repository: see https://aws.amazon.com/codecommit/features/

Collaboration
AWS CodeCommit is designed for collaborative software development. You can easily commit, 
branch, and merge your code allowing you to easily maintain control of your team’s projects. 
CodeCommit also supports pull requests, which provide a mechanism to request code reviews 
and discuss code with collaborators. You can create a repository from the AWS Management Console, 
AWS CLI, or AWS SDKs and start working with the repository using Git.

This way, all folks needing access to application code can do it.

Best,

Didier

profile pictureAWS
EXPERT
answered 9 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