File size: 125 Bytes
5a093f0
 
 
 
 
780a2e6
 
1
2
3
4
5
6
7
8
from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def home():
    return {"message": "Hello from AmazonML Space!"}