Skip to content

Commit 7d6af96

Browse files
authored
Update README.md
1 parent 1fd2ba6 commit 7d6af96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This is a boilerplate to build an AWS serverless enterprise application. In general, a serverless application is composed of some CloudFormation stacks. This repository shows you all the things which build that like how to separate each stack and build a directory structure using Serverless Framework, Python, and CircleCI.
55

66
## Deploy image
7-
Deploy apps to AWS using Serverless Framework via CircleCI.
7+
Deploy this app to AWS using Serverless Framework via CircleCI.
88

99
<img src="https://raw.githubusercontent.com/serverless-operations/serverless-enterprise-application-boilerplate-for-python/master/service.png" alt="Architecture" width="50%;">
1010

@@ -59,7 +59,7 @@ Install Python external libraries to develop into `venv`.
5959
```
6060
$ python3 -m venv venv
6161
$ . venv/bin/activate
62-
$ pip3 install -r requirements.txt
62+
$ pip3 install -r requirements-dev.txt
6363
```
6464

6565
Run deploy API to see this setup successfully.

0 commit comments

Comments
 (0)