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 138afa2 commit a286bdbCopy full SHA for a286bdb
packages/syncKnowledgeBaseFunction/app.py
@@ -143,9 +143,6 @@ def handler(event, context):
143
},
144
)
145
146
- # Log explicit success message for easy monitoring
147
- logger.info("Ingestion jobs triggered successfully - check Bedrock console for final results")
148
-
149
return {
150
"statusCode": 200,
151
"body": (
0 commit comments