(event, context)
| 1556 | return await client.db.command("ping") |
| 1557 | |
| 1558 | def lambda_handler(event, context): |
| 1559 | return event_loop.run_until_complete(async_handler(event, context)) |
| 1560 | |
| 1561 | # End AWS Lambda Example 1 |
| 1562 | lambda_handler("event", {}) |
nothing calls this directly
no outgoing calls
no test coverage detected