Skip to content

Commit d13a58c

Browse files
Merge pull request #7 from alexfrosa/snippet-codecommit-repository
Snippet codecommit repository
2 parents 4cc0278 + 65a46da commit d13a58c

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 }\r\n}\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",
@@ -702,4 +708,4 @@
702708
"description": "",
703709
"scope": "json"
704710
}
705-
}
711+
}

0 commit comments

Comments
 (0)