Cloud Functions overview
    • PDF

    Cloud Functions overview

    • PDF

    Article Summary

    Overview

    Cloud Functions is a service that allows easy execution of code by creating code and registering it as an action. You can easily execute the business logic you want without the burden of managing servers. To learn how to use Cloud Functions API, please see the guide below.

    Common settings

    API URL

    RegionAPI URLPlatform
    Koreahttps://cloudfunctions.apigw.ntruss.com/api/v2Classic, VPC
    Singaporehttps://sg-cloudfunctions.apigw.ntruss.com/api/v2VPC
    Japanhttps://jp-cloudfunctions.apigw.ntruss.com/api/v2VPC

    Request headers

    ItemRequirement statusDescription
    Content-TypeYesSpecifies the request body content type as application/json (POST)
    x-ncp-apigw-timestampYesThis is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 (UTC).
    If the time difference compared to the API Gateway server is 5 minutes or more, then the request is considered invalid.
    x-ncp-iam-access-keyYesThis is the access key ID issued by the portal or Sub Account
    x-ncp-apigw-signature-v2YesA signature that encrypts the body of the example above with a secret key mapped to the access key ID
    HmacSHA256 is used as the HMAC encryption algorithm

    Go to the creation guide of NAVER Cloud Platform authentication key and signature

    Error response format

    http status code 400 - 500

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

    Was this article helpful?

    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.