Skip to content

Commit d9174fa

Browse files
committed
feat: testing
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 540dd18 commit d9174fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ To get started, ensure you have the following installed:
2020
- **Python 3.7+**: [Download Python](https://www.python.org/downloads/)
2121
- **GitHub Actions**: Ensure you have set up GitHub Actions for your repository.
2222

23+
24+
25+

todo-app/lambda_function/lambda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ async def delete_todo(id: str):
149149
@app.get("/health")
150150
async def health():
151151
try:
152-
logging.debug("Welcoome,Health check initiated")
153-
return {"message": "Welcoome,Everything looks good!"}
152+
logging.debug("Health check initiated")
153+
return {"message": "Everything looks good!"}
154154
except Exception as e:
155155
logging.error(f"Health check error: {e}")
156156
raise HTTPException(status_code=500, detail="Error performing health check")

0 commit comments

Comments
 (0)