Skip to content

Commit bee9cc3

Browse files
authored
Merge pull request #27 from opszero/add-rustypy
Install Rustpy
2 parents 44a7a8a + cd56f9f commit bee9cc3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

app.py

+4
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ def dog(id):
3838
def health():
3939
return {"status": "Success"}
4040

41+
@app.get("/rust")
42+
def health():
43+
return {"status": "Success"}
44+
4145

4246
handler = Mangum(app)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"serverless": "^3.26.0",
12+
"serverless": "^3.27.0",
1313
"serverless-python-requirements": "^6.0.0"
1414
}
1515
}

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ fastapi
33
mangum
44
requests
55
pynamodb
6-
Jinja2
6+
Jinja2
7+
opszero-rustypy

0 commit comments

Comments
 (0)