Skip to content

Commit c35d226

Browse files
authored
Merge pull request #149 from SumoLogic/upgradePyFix
Upgrade of serverless and fix in python code for adding missing param…
2 parents 549013e + 7d34a54 commit c35d226

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

awsautoenableS3Logging/packaged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Metadata:
2424
- s3logging
2525
- flowlogs
2626
Name: sumologic-s3-logging-auto-enable
27-
SemanticVersion: 1.0.3
27+
SemanticVersion: 1.0.4
2828
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/awsautoenableS3Logging
2929
LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.3/978602b5b9ec16f8bab0e38fd6b3998f
3030
ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.3/d05d411471e0bb4db3389f2523f515f0

awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Metadata:
2424
- s3logging
2525
- flowlogs
2626
Name: sumologic-s3-logging-auto-enable
27-
SemanticVersion: 1.0.3
27+
SemanticVersion: 1.0.4
2828
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/awsautoenableS3Logging
2929
LicenseUrl: ./LICENSE
3030
ReadmeUrl: ./README.md

sumologic-app-utils/src/sumoresource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def update(self, app_folder_id, appname, source_params, orgID, share=True, locat
733733
isAdmin = False
734734
if location == "admin":
735735
isAdmin=True
736-
data, new_app_folder_id = self.create(appname=appname, source_params=source_params, folder_name=folder_name, s3url=s3url, orgID=orgID, share=share, location=location)
736+
data, new_app_folder_id = self.create(appname=appname, source_params=source_params, appid=appid, folder_name=folder_name, s3url=s3url, orgID=orgID, share=share, location=location)
737737
print("updated app appFolderId: %s " % new_app_folder_id)
738738
if retain_old_app:
739739
backup_folder_id = self._create_backup_folder(new_app_folder_id, app_folder_id, isAdmin)
1.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)