Skip to content

Commit 99c1908

Browse files
author
joshuat
committed
Updating readme to reflect addition config + scripts
1 parent c1f9d81 commit 99c1908

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Managing table redundancy and backups involves many moving parts. Please read [D
1616

1717
[dynamodb-replicator](https://github.com/mapbox/dynamodb-replicator) provides several CLI tools to help manage your DynamoDB table.
1818

19+
### Config and Packaging
20+
21+
For windows users: a powershell script is available to packing the lambda function with a preset config file consisting of environment variables.
22+
Once the script is run, you will be prompted for the name of the config file you would like to deploy alongside your function.
23+
The config files should be stored under .\config\
24+
25+
```
26+
> .\package.ps1
27+
> What is the name of the config file you would like to load: Forms-dc4.env
28+
1929
### diff-record
2030
2131
Given two tables and an item's key, this script looks up the record in both tables and checks for consistency.

0 commit comments

Comments
 (0)