Pessimistic locking implementation using AWS code commit
0
Hi,
We want to implement a pessimistic locking of code commit and wanted to find out steps to implement this. Would appreciate if anyone can provide guidance on this.
Thank you
asked 16 days ago5 views
1 Answers
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 questions
continuous integration with aws
Accepted Answerasked 3 years agoDoes Git-LFS (Large File Storage) have support in Code Commit?
asked 2 months agoCommit has the wrong Author
asked 3 years agoRedshift stored procs best practice for transactions locking tables and avoiding serialization isolation violations
asked 2 months agoCodeCommit - notifications for author of PR's
asked 2 months agoPessimistic locking implementation using AWS code commit
asked 16 days agoshare code commit repositories between aws accounts
asked 3 months agoCodeBuild job triggered by Githab occasionally gets wrong commit
asked 2 months agoCode Commit Branching Error
Accepted Answerasked 3 years agoPass CommitId of a CodeCommit tag to CodeBuild project
asked 3 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?