We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d8121 commit 85b97a7Copy full SHA for 85b97a7
python/sample-apps/function/lambda_function.py
@@ -51,5 +51,8 @@ def lambda_handler(event, context):
51
52
print(bucket.name)
53
54
+ print("forcing flush")
55
+ provider.force_flush()
56
+ print("forced flush")
57
time.sleep(300)
58
return {"statusCode": 200, "body": json.dumps(os.environ.get("_X_AMZN_TRACE_ID"))}
0 commit comments