/testtemp

Primary LanguagePython

⚡ Python Starter Function

A simple starter function. Edit src/main.py to get started and create something awesome! 🚀

🧰 Usage

GET /

  • Returns a "Hello, World!" message.

Response

Sample 200 Response:

Hello, World!

POST, PUT, PATCH, DELETE /

  • Returns a "Learn More" JSON response.

Response

Sample 200 Response:

{
  "motto": "Build Fast. Scale Big. All in One Place.",
  "learn": "https://appwrite.io/docs",
  "connect": "https://appwrite.io/discord",
  "getInspired": "https://builtwith.appwrite.io"
}

⚙️ Configuration

Setting Value
Runtime Python (3.9)
Entrypoint src/main.py
Build Commands pip install -r requirements.txt
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.