Skip to content

Commit 91cad9a

Browse files
authored
Update README.md
1 parent d414039 commit 91cad9a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ To get started with component, install the latest version of the Serverless Fram
4040
$ npm install -g serverless
4141
```
4242

43+
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).
44+
4345
### 2. Initialize
4446

4547
The easiest way to start using the `aws-lambda` component is by initializing the `aws-lambda-starter` template. Just run this command:
@@ -49,14 +51,6 @@ $ serverless init aws-lambda-starter
4951
$ cd aws-lambda-starter
5052
```
5153

52-
This will also create an empty `.env` file. Open that `.env` file and add in your AWS credentials:
53-
54-
```
55-
# .env
56-
AWS_ACCESS_KEY_ID=XXX
57-
AWS_SECRET_ACCESS_KEY=XXX
58-
```
59-
6054
### 3. Deploy
6155

6256
Once you have the directory set up, you're now ready to deploy. Just run the following command from within the directory containing the `serverless.yml` file:

0 commit comments

Comments
 (0)