You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,13 @@ This repo is for the serverless backend API that we build over the course of the
8
8
9
9
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.
10
10
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)
13
11
-[Add a Create Note API](../../tree/add-a-create-note-api)
14
12
-[Add a Get Note API](../../tree/add-a-get-note-api)
15
13
-[Add a List All the Notes API](../../tree/add-a-list-all-the-notes-api)
16
14
-[Add an Update Note API](../../tree/add-an-update-note-api)
17
15
-[Add a Delete Note API](../../tree/add-a-delete-note-api)
18
16
-[Handle API Gateway CORS errors](../../tree/handle-api-gateway-cors-errors)
17
+
-[Deploy Your Serverless Infrastructure](../../tree/deploy-your-serverless-infrastructure)
19
18
-[Unit Tests in Serverless](../../tree/unit-tests-in-serverless)
0 commit comments