Skip to content

Commit 2d8101f

Browse files
author
AWS Scripting Guy
committed
codecommit snippet
1 parent 89384bf commit 2d8101f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

snippets/yaml-snippets.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@
6565
"description": "",
6666
"scope": "source.cloudformation"
6767
},
68+
"codecommit-repository": {
69+
"prefix": "codecommit-repository",
70+
"body": [
71+
"${1:codeCommitRepository}:",
72+
" Type: AWS::CodeCommit::Repository",
73+
" Properties:",
74+
" RepositoryDescription: ${2}",
75+
" RepositoryName: ${3}",
76+
" Triggers:",
77+
" - ${4:trigger}"
78+
],
79+
"description": "",
80+
"scope": "source.cloudformation"
81+
},
6882
"ec2-instance": {
6983
"prefix": "ec2-instance",
7084
"body": [

0 commit comments

Comments
 (0)