Skip to content

Commit 70be489

Browse files
author
Ash
committed
code update
1 parent a64f7ef commit 70be489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
trigger={"event": "demo.hello"},
1616
)
1717
def hello_world(ctx):
18-
ctx.step("log", lambda: logging.info("From Inngest Lambda"))
18+
ctx.step("log", lambda: logging.info("from lambdaaa!!!!!"))
1919
return {"ok": True}
2020

2121
# IMPORTANT:

0 commit comments

Comments
 (0)