We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64f7ef commit 70be489Copy full SHA for 70be489
lambda/app.py
@@ -15,7 +15,7 @@
15
trigger={"event": "demo.hello"},
16
)
17
def hello_world(ctx):
18
- ctx.step("log", lambda: logging.info("From Inngest Lambda"))
+ ctx.step("log", lambda: logging.info("from lambdaaa!!!!!"))
19
return {"ok": True}
20
21
# IMPORTANT:
0 commit comments