Skip to content

Commit 80cbe7d

Browse files
committed
add quickstart section to README
1 parent 90a55e9 commit 80cbe7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ export AWS_SECRET_ACCESS_KEY=YOUR_AWS_SECRET
1818
export AWS_DEFAULT_REGION=eu-central-1
1919
```
2020

21+
#### Quickstart
22+
23+
After setting up the AWS env vars, you're ready to deploy the project to AWS. Just execute `make serverless-deploy`,
24+
which will install the composer dependencies and deploy your serverless project to AWS.
25+
2126
#### Local serverless installation
2227
Most commands run in docker images. The bref console commands can not be executed in docker though, but must be executed locally. To use these commands, PHP >=7.2 and serverless must be installed.
2328

0 commit comments

Comments
 (0)