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/ Node.js/ Node.js Template

Node.js Template

Updated on 2024-11-12 GMT+08:00
exports.handler = async (event, context) => {
    const output =
    {
        'statusCode': 200,
        'headers':
        {
            'Content-Type': 'application/json'
        },
        'isBase64Encoded': false,
        'body': JSON.stringify(event),
    }
    return output;
}
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback