Cloud Functions overview
    • PDF

    Cloud Functions overview

    • PDF

    Article Summary

    Overview

    Cloud Functions is a service that allows you to easily run code by creating code and registering it as actions. You can easily run the desired business logic without the burden of managing servers.
    To learn how to use Cloud Functions API, please see the following guide.

    Common settings

    API URL

    RegionVersionAPI URLPlatform
    Koreav2.0https://cloudfunctions.apigw.ntruss.com/api/v2Classic, VPC
    Koreav2.1https://cloudfunctions.apigw.ntruss.com/ncf/api/v2Classic, VPC
    Singaporev2.0https://sg-cloudfunctions.apigw.ntruss.com/api/v2VPC
    Singaporev2.1https://sg-cloudfunctions.apigw.ntruss.com/ncf/api/v2VPC
    Japanv2.0https://jp-cloudfunctions.apigw.ntruss.com/api/v2VPC
    Japanv2.1https://jp-cloudfunctions.apigw.ntruss.com/ncf/api/v2VPC

    Request headers

    ItemRequiredDescription
    Content-TypeYesSpecifies the request body content type as application/json (POST)
    x-ncp-apigw-timestampYesIt is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 (UTC)
    The request is considered invalid if the time difference compared to the API Gateway server is more than 5 minutes
    x-ncp-iam-access-keyYesAccess key ID issued by the portal or Sub Account
    x-ncp-apigw-signature-v2YesSignature of the body in the above example encrypted with a SecretKey mapped to Access Key ID
    HmacSHA256 is used as the HMAC encryption algorithm.

    Go to NAVER Cloud Platform authentication key and signature creation guide

    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.