You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,18 @@ Install the latest version of the Serverless Framework:
14
14
npm i -g serverless
15
15
```
16
16
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
+
17
19
Then, initialize the `fullstack-app` template:
18
20
19
21
```
20
22
serverless init fullstack-app
21
23
cd fullstack-app
22
24
```
23
25
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:
25
27
26
28
```text
27
-
AWS_ACCESS_KEY_ID=JAFJ89109JASFKLJASF
28
-
AWS_SECRET_ACCESS_KEY=AJ91J9A0SFA0S9FSKAFLASJFLJ
29
-
30
29
# This signs you JWT tokens used for auth. Enter a random string in here that's ~40 characters in length.
0 commit comments