This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ functions:
133
133
134
134
v1DochubDeployRepo :
135
135
handler : api/controllers/v1/dochub.TriggerBuild
136
+ layers :
137
+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
136
138
events :
137
139
- http :
138
140
path : /webhook/dochub/trigger/build
@@ -144,6 +146,8 @@ functions:
144
146
145
147
v1UpsertEdgeDictionaryItem :
146
148
handler : api/controllers/v1/dochub.UpsertEdgeDictionaryItem
149
+ layers :
150
+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
147
151
events :
148
152
- http :
149
153
path : /webhook/dochub/trigger/upsert
@@ -155,6 +159,8 @@ functions:
155
159
156
160
v1SlackDisplayRepoOptions :
157
161
handler : api/controllers/v1/slack.DisplayRepoOptions
162
+ layers :
163
+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
158
164
events :
159
165
- http :
160
166
path : /webhook/slack/display/repos
@@ -165,6 +171,8 @@ functions:
165
171
166
172
v1SlackDeployRepo :
167
173
handler : api/controllers/v1/slack.DeployRepo
174
+ layers :
175
+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
168
176
events :
169
177
- http :
170
178
path : /webhook/slack/trigger/build
You can’t perform that action at this time.
0 commit comments