Created
February 5, 2018 14:00
-
-
Save li0nel/a6a0ad9658005e8da6497883ae7a75d5 to your computer and use it in GitHub Desktop.
CodeCommit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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