Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created February 5, 2018 14:00
Show Gist options
  • Save li0nel/a6a0ad9658005e8da6497883ae7a75d5 to your computer and use it in GitHub Desktop.
Save li0nel/a6a0ad9658005e8da6497883ae7a75d5 to your computer and use it in GitHub Desktop.
CodeCommit
Resources:
CodeRepository:
Type: AWS::CodeCommit::Repository
Properties:
RepositoryName: !Ref AWS::StackName
Outputs:
CloneUrlHttp:
Value: !GetAtt CodeRepository.CloneUrlHttp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment