List any external libraries in a requirements.txt file. 2. Install Dependencies Locally
def handler(context, inputs): # Your feature logic here greeting = "Feature Active: " + inputs["name"] return {"status": "success", "message": greeting} Use code with caution. Copied to clipboard arina.zip
If you are looking to for a ZIP-based project or a similar extensibility action (like those in VMware Aria), here is how you can structure and package it: 1. Structure Your Feature Files List any external libraries in a requirements
To ensure your feature is recognized by a runtime environment, you must place your main logic and its dependencies at the root of the folder before zipping. Copied to clipboard If you are looking to
If this is for an automation action, your main.py should follow a standard entry point format:
Select all files inside the folder, right-click, and choose "Compress." 4. Implementation Example (Aria Extensibility)