Configuration for creating a CodeCommit repository for privately storing and managing assets (such as documents, source code, and binary files) in AWS.

The following settings are available in this template: 

  • Repository Name and Description 
  • (CloudFormation Only) Code Settings specifies the information about code to be committed to a repository after it is created in an AWS:
    • S3 Location for the code (S3 Bucket, Key and optionally object version)
    • Branch Name to specify the default branch the code will be uploaded to
Items
1
Size
0.2 KB
Missing Parameters
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  CodeCommitRepository:
    Type: 'AWS::CodeCommit::Repository'
    Properties:
      RepositoryName: ''
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

Repository Settings

Code Settings

* Required field