Skip to content

Commit 510c6fc

Browse files
committed
Fix cycle loop before login
1 parent 7e03a2d commit 510c6fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
```bash
1111
$ simplify-cli init --help
1212
╓───────────────────────────────────────────────────────────────╖
13-
║ Simplify CLI - Version 0.1.21
13+
║ Simplify CLI - Version 0.1.23
1414
╙───────────────────────────────────────────────────────────────╜
1515

1616
Create a deployment template: simplify-cli init [--template=]Detector | ShowLog
17-
1. Detector - A lambda function based on Python 3.7 runtime with default Role and Policy configuration.
18-
2. ShowLog - A lambda function based on NodeJS 12.x runtime with default Role and Policy configuration.
17+
1. Detector - A Python Detector function based on Python 3.7 runtime.
18+
2. ShowLog - A CloudWatch Log reader function based on NodeJS 12.x.
1919

2020
Create associated CF stack: simplify-cli init [--template=]CloudFront | CognitoUser...
2121

0 commit comments

Comments
 (0)