Skip to content

Commit 5fcfbb1

Browse files
authored
Update README.md
1 parent b7df281 commit 5fcfbb1

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ To get started with this component, install the latest version of the Serverless
4848
$ npm install -g serverless
4949
```
5050

51+
After installation, make sure you connect your AWS account on the [Serverless Dashboard](https://app.serverless.com)
52+
5153
### Initialize
5254

5355
The easiest way to start using the express component is by initializing the `express-starter` template. Just run this command:
@@ -57,22 +59,13 @@ $ serverless init express-starter
5759
$ cd express-starter
5860
```
5961

60-
This will also run `npm install` for you, and create an empty `.env` file. Open that `.env` file and can add in your AWS credentials
61-
62-
```
63-
# .env
64-
AWS_ACCESS_KEY_ID=XXX
65-
AWS_SECRET_ACCESS_KEY=XXX
66-
```
67-
68-
You should now have a directory that looks something like this:
62+
This will also run `npm install` for you. You should now have a directory that looks something like this:
6963

7064
```
7165
|- app.js
7266
|- node_modules
7367
|- package.json
7468
|- serverless.yml
75-
|- .env
7669
```
7770

7871
### Deploy

0 commit comments

Comments
 (0)