Cloud Functions 개요
    • PDF

    Cloud Functions 개요

    • PDF

    Article Summary

    개요

    Cloud Functions는 코드를 작성하고 액션으로 등록함으로써 손쉽게 코드를 실행할 수 있는 서비스입니다. 서버 관리에 대한 부담 없이 손쉽게 원하는 비즈니스 로직을 실행할 수 있습니다.
    Cloud Functions의 API 사용 방법은 아래 가이드를 참고하시기 바랍니다.

    공통 설정

    API URL

    리전버전API URL플랫폼
    한국v2.0https://cloudfunctions.apigw.ntruss.com/api/v2Classic, VPC
    한국v2.1https://cloudfunctions.apigw.ntruss.com/ncf/api/v2Classic, VPC
    싱가포르v2.0https://sg-cloudfunctions.apigw.ntruss.com/api/v2VPC
    싱가포르v2.1https://sg-cloudfunctions.apigw.ntruss.com/ncf/api/v2VPC
    일본v2.0https://jp-cloudfunctions.apigw.ntruss.com/api/v2VPC
    일본v2.1https://jp-cloudfunctions.apigw.ntruss.com/ncf/api/v2VPC

    요청 헤더

    항목필수 여부설명
    Content-TypeYes요청 Body Content Type을 application/json으로 지정 (POST)
    x-ncp-apigw-timestampYes1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 나타냄
    API Gateway 서버와 시간 차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주
    x-ncp-iam-access-keyYes포탈 또는 Sub Account에서 발급받은 Access Key ID
    x-ncp-apigw-signature-v2Yes위 예제의 Body를 Access Key Id와 맵핑되는 SecretKey로 암호화한 서명
    HMAC 암호화 알고리즘은 HmacSHA256 사용

    NAVER Cloud Platform 인증키 및 Signature 생성 가이드 바로가기

    에러 응답 형식

    http status code 400 - 500

    {
      "error": {
        "errorCode": "string",
        "message": "string",
        "details": "string"
      }
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.