Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7916ef

Browse files
Merge pull request #1 from AditModi/master
new commit
2 parents 8b176d2 + 59668a7 commit f7916ef

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MIT License
22

3+
34
Copyright (c) 2020 Adit Modi
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

‎backend/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
module.exports.listTodos = async event => {
4-
const todos = ["Wake up at 4AM", "Workout", "Eat breakfast"];
4+
const todos = ["Wake up at 4AM", "Workout", "Eat breakfast","Attend Lec","Sleep"];
55
return {
66
statusCode: 200,
77
body: JSON.stringify({ todos }, null, 2)

‎frontend/amplify/.config/project-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"StartCommand": "npm.cmd run-script start"
1212
}
1313
},
14+
1415
"providers": [
1516
"awscloudformation"
1617
]
17-
}
18+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /