File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ Managing table redundancy and backups involves many moving parts. Please read [D
16
16
17
17
[ dynamodb-replicator] ( https://github.com/mapbox/dynamodb-replicator ) provides several CLI tools to help manage your DynamoDB table.
18
18
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
+
19
29
### diff-record
20
30
21
31
Given two tables and an item's key, this script looks up the record in both tables and checks for consistency.
You can’t perform that action at this time.
0 commit comments