Skip to content

Commit 188365a

Browse files
authored
Update README.md
1 parent ebb5af4 commit 188365a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ Install the latest version of the Serverless Framework:
1414
npm i -g serverless
1515
```
1616

17+
After installation, make sure you connect your AWS account by setting a provider in the org setting page on the [Serverless Dashboard](https://app.serverless.com).
18+
1719
Then, initialize the `fullstack-app` template:
1820

1921
```
2022
serverless init fullstack-app
2123
cd fullstack-app
2224
```
2325

24-
Then, add your AWS credentials in the `.env` file in the root directory, like this:
26+
Then, add the following environment variables in an `.env` file in the root directory, like this:
2527

2628
```text
27-
AWS_ACCESS_KEY_ID=JAFJ89109JASFKLJASF
28-
AWS_SECRET_ACCESS_KEY=AJ91J9A0SFA0S9FSKAFLASJFLJ
29-
3029
# This signs you JWT tokens used for auth. Enter a random string in here that's ~40 characters in length.
3130
tokenSecret=yourSecretKey
3231

0 commit comments

Comments
 (0)