Skip to content

Commit 25b6233

Browse files
committed
Updating README
1 parent 807ef61 commit 25b6233

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ This repo is for the serverless backend API that we build over the course of the
88

99
To support the different chapters and steps of the tutorial; we use branches to represent the project codebase at the various points. Here is an index of the various chapters and branches in order.
1010

11-
- [Set up the Serverless Framework](../../tree/setup-the-serverless-framework)
12-
- [Add Support for ES6/ES7 JavaScript](../../tree/add-support-for-es6-es7-javascript)
1311
- [Add a Create Note API](../../tree/add-a-create-note-api)
1412
- [Add a Get Note API](../../tree/add-a-get-note-api)
1513
- [Add a List All the Notes API](../../tree/add-a-list-all-the-notes-api)
1614
- [Add an Update Note API](../../tree/add-an-update-note-api)
1715
- [Add a Delete Note API](../../tree/add-a-delete-note-api)
1816
- [Handle API Gateway CORS errors](../../tree/handle-api-gateway-cors-errors)
17+
- [Deploy Your Serverless Infrastructure](../../tree/deploy-your-serverless-infrastructure)
1918
- [Unit Tests in Serverless](../../tree/unit-tests-in-serverless)
2019

2120
#### Usage

0 commit comments

Comments
 (0)