Skip to content

Commit 471f631

Browse files
authored
Merge pull request #4 from AditModi/master
new commit
2 parents bccce63 + 37f38bc commit 471f631

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
Todoapp is a simple Web Application designed to use AWS for CI/CD Pipeline Functionality using AWS CodePipeline, it also does UI testing using Ghost Inspector with the help of CodePipeline build stage.
55

6-
76
![2020-07-30](https://user-images.githubusercontent.com/48589838/88926603-d8f23980-d293-11ea-80bd-3848df8eb19c.png)
87

8+
9+

backend/handler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use strict";
2-
32
module.exports.listTodos = async event => {
43
const todos = ["Wake up at 4AM", "Workout", "Eat breakfast","Attend Lec","Sleep"];
54
return {

backend/serverless.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
service: todoApi
2-
32
provider:
43
name: aws
54
runtime: nodejs10.x

frontend/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
22

3+
34
## Available Scripts
45

56
In the project directory, you can run:

0 commit comments

Comments
 (0)