feat: added lambda layer
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def lambda_handler(event, context):
|
||||
return {"Result": "HelloWorld"}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
def lambda_handler(event, context):
|
||||
return {"Result": "HelloWorld"}
|
||||