Updated on 2024-11-12 GMT+08:00
Node.js Template
exports.handler = async (event, context) => {
const output =
{
'statusCode': 200,
'headers':
{
'Content-Type': 'application/json'
},
'isBase64Encoded': false,
'body': JSON.stringify(event),
}
return output;
}
Parent topic: Node.js
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.