Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.

On this page

Show all

Help Center/ FunctionGraph/ devg/ Python/ Python Template

Python Template

Updated on 2024-11-12 GMT+08:00
# -*- coding:utf-8 -*-
import json
def handler (event, context):
    return {
        "statusCode": 200,
        "isBase64Encoded": False,
        "body": json.dumps(event),
        "headers": {
            "Content-Type": "application/json"
        }
    }
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback