Skip to content

Commit 87e489a

Browse files
committed
update the docs
1 parent dad274b commit 87e489a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,16 @@ localstack auth set-token <your-auth-token>
7171
localstack start
7272
```
7373

74+
Before deploying the sample application, you need to build the Lambda functions. Run the following command:
75+
76+
```shell
77+
deployment/build-lambdas.sh
78+
```
79+
7480
To deploy the sample application, run the following command:
7581

7682
```shell
77-
bin/deploy.sh
83+
deployment/awslocal/deploy.sh
7884
```
7985

8086
The output will show the Lambda function URLs that you can use in the web application:

0 commit comments

Comments
 (0)