Skip to main content
Applies to:
  • Plan -
  • Deployment -

Summary

Goal: Add tags to functions created via SDK by using the API directly. Features: Create Function API endpoint supports tags while SDK Builder classes do not.

Configuration Steps

Step 1: Use the Create Function API endpoint

When creating a function via the API, you can include a tags array in the request body. This is not currently possible when using SDK builder helpers. Create Function Endpoint

Step 2: Make a POST request to the Create Function endpoint

Include the tags parameter in your request body.

Step 3: TypeScript example

Same approach for TypeScript users.