diff --git a/app.py b/app.py index aa8f3b8..d71b194 100644 --- a/app.py +++ b/app.py @@ -38,5 +38,9 @@ def dog(id): def health(): return {"status": "Success"} +@app.get("/rust") +def health(): + return {"status": "Success"} + handler = Mangum(app) diff --git a/package.json b/package.json index 6876c48..0fa10eb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "serverless": "^3.26.0", + "serverless": "^3.27.0", "serverless-python-requirements": "^6.0.0" } } diff --git a/requirements.txt b/requirements.txt index 49ecc60..d27f6cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ fastapi mangum requests pynamodb -Jinja2 \ No newline at end of file +Jinja2 +opszero-rustypy \ No newline at end of file