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 3116f80 commit 336cd6bCopy full SHA for 336cd6b
CONTRIBUTING.md
@@ -8,6 +8,23 @@ To install the dependencies, run the following command:
8
python -m pip install -r '.[test,lint]'
9
```
10
11
+### Running a local instance
12
+
13
+You can run sam locally in your terminal by running the following command:
14
+```bash
15
+sam run -v slack
16
+```
17
18
+You may also use Docker to run Sam. To do so, first ensure you have Docker and Docker Compose installed.
19
20
21
+cp .env.example .env
22
+# Edit the .env file to set your environment variables
23
+docker-compose up --build
24
25
26
+### Running Tests
27
28
To run the tests, run the following command:
29
30
```bash
0 commit comments