We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a883e commit bc03d74Copy full SHA for bc03d74
data-collection/deploy/module-aws-feeds.yaml
@@ -221,7 +221,7 @@ Resources:
221
222
return {
223
'statusCode': 200,
224
- 'body': json.dumps('XML data successfully stored in S3.')
+ 'body': f'Feed downloaded and grouped by date then uploaded to S3 bucket {bucket_name}'
225
}
226
227
except urllib.error.URLError as e:
0 commit comments