Skip to content

Commit 459cbec

Browse files
authored
Update README.md
1 parent f8b36fd commit 459cbec

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

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

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

4446
The easiest way to start using the `aws-lambda-layer` component is by initializing the `aws-lambda-layer-starter` template. Just run this command:
@@ -48,14 +50,6 @@ $ serverless init aws-lambda-layer-starter
4850
$ cd aws-lambda-layer-starter
4951
```
5052

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

6155
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)