diff --git a/README.md b/README.md index 9f29e9b..4b23ec1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ This project is a demo application for using serverless framework aws-lambda. It has simple CRUD operations for a TODO app. + + Exposed endpoints are : ANY - https://b3tcfb1z62.execute-api.us-east-1.amazonaws.com/dev/api/todos ANY - https://b3tcfb1z62.execute-api.us-east-1.amazonaws.com/dev/api/todos/{id} -Follow postman [documentation](https://documenter.getpostman.com/view/4688383/RztppnBw#5d43d121-7903-4415-bb5a-2161842bb962) for more details \ No newline at end of file +Follow postman [documentation](https://documenter.getpostman.com/view/4688383/RztppnBw#5d43d121-7903-4415-bb5a-2161842bb962) for more details