Skip to content

Commit f461f95

Browse files
authored
1 parent 9500a0b commit f461f95

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

snippets/snippets.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"description": "",
7272
"scope": "source.cloudformation"
7373
},
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,
77+
"description": "",
78+
"scope": "source.cloudformation"
79+
},
7480
"dynamodb-table": {
7581
"prefix": "dynamodb-table",
7682
"body": "\r\n\"${1:dynamodbTable}\": {\r\n \"Type\": \"AWS::DynamoDB::Table\",\r\n \"Properties\": {\r\n \"AttributeDefinitions\": [ ${2} ],\r\n \"GlobalSecondaryIndexes\": [ ${3} ],\r\n \"KeySchema\": [ ${4} ],\r\n \"LocalSecondaryIndexes\": [ ${5} ],\r\n \"ProvisionedThroughput\": { ${6} },\r\n \"TableName\": \"${7}\"\r\n }\r\n}\r\n",
@@ -685,4 +691,4 @@
685691
"description": "",
686692
"scope": "source.cloudformation"
687693
}
688-
}
694+
}

0 commit comments

Comments
 (0)