How to manage a function
Reviewed on 23 July 2024 • 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.
Before you start
To complete the actions presented below, you must have:
- A Scaleway account logged into the console
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
- Created a function
- Click Functions in the Serverless section of the side menu. The functions page displays.
- Click the relevant functions namespace.
- Click the name of the function you want to manage. The Code tab opens.
- Check or edit the information in the Enter function code section:
- 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.
- Handler: The functions handler.
- Click Deploy function to save your changes.