←
SERVERLESS
Functions Console
📊
Dashboard
Dashboard · Grafana Style
함수 상세
함수 메타데이터, 코드, 실행 이력·메트릭을 확인합니다.
로딩 중
런타임 -
v-
ID ****
삭제
생성: -
수정: -
코드 편집기
실행
실행 기록
메트릭
Function Code
No Changes
exports.handler = async (event) => { // Your code here return { statusCode: 200, body: JSON.stringify({ message: "Hello from Node.js!" }) }; };
Code Editor