You can use the following general syntax when creating a function handler in Python: def handler_name (event, context): ... return some_value ...
確定! 回上一頁