Skip to content

Commit 30809d7

Browse files
committed
update README.md
1 parent ab315cc commit 30809d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,15 @@ To deploy the GraphQL API using AWS Lambda and API Gateway:
5959
```bash
6060
npm install -g serverless
6161
```
62-
3. Configure AWS credentials with the Serverless Framework:
62+
3. Build the project:
63+
```bash
64+
npm run build
65+
```
66+
4. Configure AWS credentials with the Serverless Framework:
6367
```bash
6468
serverless config credentials --provider aws --key YOUR_ACCESS_KEY --secret YOUR_SECRET_KEY
6569
```
66-
4. Deploy the API to AWS Lambda:
70+
5. Deploy the API to AWS Lambda:
6771
```bash
6872
serverless deploy
6973
```

0 commit comments

Comments
 (0)