-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
81 lines (81 loc) · 3.23 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[submodule "examples/crud-api"]
path = examples/crud-api
url = https://github.com/tongueroo/jets-example-crud-api.git
[submodule "examples/crud-html"]
path = examples/crud-html
url = https://github.com/tongueroo/jets-example-crud-html.git
[submodule "examples/config-rules"]
path = examples/config-rules
url = https://github.com/tongueroo/jets-example-config-rules.git
[submodule "examples/upload-images"]
path = examples/upload-images
url = https://github.com/tongueroo/jets-example-upload.git
[submodule "examples/postgresql"]
path = examples/postgresql
url = https://github.com/tongueroo/jets-example-postgresql
[submodule "examples/demo-rails"]
path = examples/demo-rails
url = https://github.com/tongueroo/demo-rails
[submodule "examples/demo-crud"]
path = examples/demo-crud
url = https://github.com/tongueroo/jets-demo-crud.git
[submodule "examples/mega-demo"]
path = examples/mega-demo
url = https://github.com/tongueroo/jets-mega-demo
[submodule "examples/backup-route53"]
path = examples/backup-route53
url = https://github.com/tongueroo/jets-backup-route53
[submodule "examples/dynamodb"]
path = examples/dynamodb
url = https://github.com/tongueroo/jets-dynamodb-example
[submodule "examples/slack-command"]
path = examples/slack-command
url = https://github.com/axel/jets-example-slack-command
[submodule "examples/demo-rails-api"]
path = examples/demo-rails-api
url = https://github.com/tongueroo/demo-rails-api
[submodule "examples/api"]
path = examples/api
url = https://github.com/tongueroo/jets-example-api
[submodule "examples/commands"]
path = examples/commands
url = https://github.com/tongueroo/jets-command-project
[submodule "examples/hello-world"]
path = examples/hello-world
url = https://github.com/tongueroo/jets-hello-examples
[submodule "examples/events-sqs"]
path = examples/events-sqs
url = https://github.com/tongueroo/jets-sqs-example
[submodule "examples/events-sns"]
path = examples/events-sns
url = https://github.com/tongueroo/jets-sns-example
[submodule "examples/events-cloudwatch-rule"]
path = examples/events-cloudwatch-rule
url = https://github.com/tongueroo/jets-cloudwatch-event-example.git
[submodule "examples/events-iot-button"]
path = examples/events-iot-button
url = https://github.com/tongueroo/jets-iot-button-example
[submodule "examples/events-cloudwatch-log"]
path = examples/events-cloudwatch-log
url = https://github.com/tongueroo/jets-cloudwatch-log-event-example
[submodule "examples/events-dynamodb"]
path = examples/events-dynamodb
url = https://github.com/tongueroo/jets-dynamodb-event-example
[submodule "examples/events-kinesis"]
path = examples/events-kinesis
url = https://github.com/tongueroo/jets-kinesis-example
[submodule "examples/events-s3"]
path = examples/events-s3
url = https://github.com/tongueroo/jets-s3-example
[submodule "examples/codebuild"]
path = examples/codebuild
url = https://github.com/tongueroo/jets-codebuild
[submodule "examples/routes-mount"]
path = examples/routes-mount
url = https://github.com/tongueroo/jets-routes-mount
[submodule "examples/sqs-dead-letter"]
path = examples/sqs-dead-letter
url = https://github.com/tongueroo/jets-sqs-dead-letter
[submodule "examples/sns-to-sqs"]
path = examples/sns-to-sqs
url = https://github.com/tongueroo/jets-sns-to-sqs