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:
133133
134134 v1DochubDeployRepo :
135135 handler : api/controllers/v1/dochub.TriggerBuild
136+ layers :
137+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
136138 events :
137139 - http :
138140 path : /webhook/dochub/trigger/build
@@ -144,6 +146,8 @@ functions:
144146
145147 v1UpsertEdgeDictionaryItem :
146148 handler : api/controllers/v1/dochub.UpsertEdgeDictionaryItem
149+ layers :
150+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
147151 events :
148152 - http :
149153 path : /webhook/dochub/trigger/upsert
@@ -155,6 +159,8 @@ functions:
155159
156160 v1SlackDisplayRepoOptions :
157161 handler : api/controllers/v1/slack.DisplayRepoOptions
162+ layers :
163+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
158164 events :
159165 - http :
160166 path : /webhook/slack/display/repos
@@ -165,6 +171,8 @@ functions:
165171
166172 v1SlackDeployRepo :
167173 handler : api/controllers/v1/slack.DeployRepo
174+ layers :
175+ - arn:aws:lambda:us-east-2:216656347858:layer:OctoLayer:1
168176 events :
169177 - http :
170178 path : /webhook/slack/trigger/build
You can’t perform that action at this time.
0 commit comments