1
0

feat: added lambda layer

This commit is contained in:
xpk
2026-02-20 10:36:38 +08:00
parent c27e66254b
commit 66ab8555d7
6 changed files with 192 additions and 3 deletions
@@ -0,0 +1,2 @@
def lambda_handler(event, context):
return {"Result": "HelloWorld"}