File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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
5355The 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
You can’t perform that action at this time.
0 commit comments