We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad274b commit 87e489aCopy full SHA for 87e489a
README.md
@@ -71,10 +71,16 @@ localstack auth set-token <your-auth-token>
71
localstack start
72
```
73
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
80
To deploy the sample application, run the following command:
81
82
```shell
-bin/deploy.sh
83
+deployment/awslocal/deploy.sh
84
85
86
The output will show the Lambda function URLs that you can use in the web application:
0 commit comments