Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 78e4219

Browse files
committed
fix README.md and added missing package.json
1 parent fa0fae9 commit 78e4219

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "uni-api-test",
3+
"version": "1.0.0",
4+
"description": "",
5+
"author": "",
6+
"license": "ISC",
7+
"dependencies": {},
8+
"devDependencies": {
9+
}
10+
}

DevOps/2_ContinuousDeliveryPipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Using a text editor, open the `template.yml` file and append a new **AWS::Server
127127
Description: Update Unicorn
128128
Timeout: 10
129129
Events:
130-
DELETE:
130+
UPDATE:
131131
Type: Api
132132
Properties:
133133
Path: /unicorns/{name}

0 commit comments

Comments
 (0)