python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use archive be more than 20 MB when I create AWS codeCommit via AWS CloudFormation?
I want create a new git repository (AWS codeCommit) with any source from a zip file.
I follow AWS official documentation here but I do not find any restriction (20 MB).
Cloudformation:
MyCodeCommit:...
Stéphane GRILLON
Votes: 0
Answers: 0
AWS CodePipeline and CodeCommit in different regions (or AWS accounts) using CDK
Basically, I want to build the pipeline that exists in one AWS acc, uses CodeCommit from another AWS acc, and deploys something in a third acc. I have this code for deploying my pipeline:
import * as ...
lsichip
Votes: 0
Answers: 0
AWS Cloudformation - CodeCommit - Deny Push to Master
So here is the situation:
I have a Cloudformation that creates CodeCommit repositories with some extra resources for other devops processes to work.
I got the requeriment to block users from doing a p...
Agustin Repetto
Votes: 0
Answers: 1
AWS CodeCommit Policy to disable push in master
I created a new user in AWS IAM. In the user is not defined any policy of security.
After create user , i created a new policy with values:
{
"Version": "2012-10-17",
"Statem...
Diego Silva Lima
Votes: 0
Answers: 1