We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9abc4d commit 89384bfCopy full SHA for 89384bf
snippets/snippets.json
@@ -73,7 +73,7 @@
73
},
74
"codecommit-repository": {
75
"prefix": "codecommit-repository",
76
- "body": "\r\n\"${1:cloudWatchAlarm}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n }\r\n}\r\n",
+ "body": "\r\n\"${1:codeCommitRepository}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n }\r\n}\r\n",
77
"description": "",
78
"scope": "source.cloudformation"
79
0 commit comments