Update content

How to manage a function

Reviewed on 11 July 2023 • Published on 26 May 2021

This page shows you how to manage a function, in order to edit it or verify/change its deployment parameters after creation.

Security & Identity (IAM):

You may need certain IAM permissions to carry out some actions described on this page. This means:

  • you are the Owner of the Scaleway Organization in which the actions will be carried out, or
  • you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:
  1. Click Functions in the Serverless section of the side menu. The functions page displays.
  2. Click the relevant functions namespace.
  3. Click the name of the function you want to manage.
  4. Check the function information in the Overview tab.
  5. Check or edit the information in the Enter function code section:
    • Handler: The functions handler.
    • Function runtime: The runtime and version to use for your function.
    • Function code: The code of your function. You can either enter it directly using the inline code editor or import it from a ZIP file.
  6. Click Deploy function to save your changes.