Deploy the Function

Once your code and everything else is ready, you can deploy your Function.

Click Save to start building your Function. Note this could take a few minutes
The Function will display in the panel with status Pending, which means it has been created but is waiting to be built. The status of your Function will be updated to a Building status while the image is being built (could take 1 - 2 minutes) and, eventually, it will become Running, which means the Function has been deployed and should be available for invocation.

If something goes wrong and building process fails, your Function status will be updated to Failed.

Note: A Running Function doesn't mean everything will work as the code itself is not being debugged.