Skip to content

Commit 9a63f0c

Browse files
Should be OK now
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 00ffbe7 commit 9a63f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cla-backend-go/v2/signatures/zip_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ type DownloadFileInput struct {
186186

187187
func 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

cla-backend/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)