Skip to content

Commit bc03d74

Browse files
author
Samuel CHNIBER
committed
removal of json dump in return value
1 parent a0a883e commit bc03d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-collection/deploy/module-aws-feeds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Resources:
221221
222222
return {
223223
'statusCode': 200,
224-
'body': json.dumps('XML data successfully stored in S3.')
224+
'body': f'Feed downloaded and grouped by date then uploaded to S3 bucket {bucket_name}'
225225
}
226226
227227
except urllib.error.URLError as e:

0 commit comments

Comments
 (0)