Skip to content

Commit 4ce434d

Browse files
committed
More documentation
1 parent a12a451 commit 4ce434d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,17 @@ The API git versions are updated into SSM using a specific key prefix, which by
1010
custom:
1111
ssmApiGitVersion:
1212
ssmPrefix: '/my-custom/prefix/'
13-
```
13+
```
14+
15+
Note that the plugin currently always uses the region supplied in the `provider` section of serverless configuration, regardless of the command line region parameter.
16+
17+
## Usage
18+
19+
Simply include the plugin in your serverless project:
20+
21+
```yaml
22+
plugins:
23+
- serverless-ssm-api-git-version
24+
```
25+
26+
On `sls deploy`, SSM is updated automatically.

0 commit comments

Comments
 (0)