File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cla-backend-go/v2/signatures Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ type DownloadFileInput struct {
186186
187187func writeFileToZip (writer * zip.Writer , filesInput chan * FileContent ) bool {
188188 var zipUpdated bool
189- log .Infof ("writing files" )
189+ // log.Infof("writing files")
190190 for fileContent := range filesInput {
191191 filename := fileContent .filename
192192 buff := fileContent .buff
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ provider:
166166 Action :
167167 - lambda:InvokeFunction
168168 Resource :
169+ # - "arn:aws:lambda:${self:provider.region}:${aws:accountId}:function:cla-backend-${sls:stage}-zipbuilder-lambda"
169170 - " arn:aws:lambda:${self:provider.region}:${aws:accountId}:function:cla-backend-${sls:stage}-zip-builder-lambda"
170- - " arn:aws:lambda:${self:provider.region}:${aws:accountId}:function:cla-backend-${sls:stage}-zipbuilder-lambda"
171171 - Effect : Allow
172172 Action :
173173 - ssm:GetParameter
You can’t perform that action at this time.
0 commit comments