1 Answer
- Newest
- Most votes
- Most comments
0
Hello There,
As Dmitry asked, CodeCommit is a Git based system and its concurrency handling follows the same logic as other Git systems (such as to use multiple branches to resolve conflicts merges to main branch), please elaborate your use case so we can better assist you with the best tools / technologies.
Relevant content
- asked 4 months ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
Could you please elaborate why would you need pessimistic locks for a git-based version control system (AWS CodeCommit is based on git)? What is your requirement? Any specific workflow you want to implement or a business process you want to support? Is there maybe another way for achieving what you want?