Add AWS lambda lib
This commit is contained in:
8
service.py
Normal file
8
service.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def handler(event, context):
|
||||
# Your code goes here!
|
||||
e = event.get("e")
|
||||
pi = event.get("pi")
|
||||
return e + pi
|
||||
Reference in New Issue
Block a user