Skip to content

Commit 46fdfc1

Browse files
committed
v1.0.0
1 parent 6325f7a commit 46fdfc1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ The dynamodb replication solution makes use of dynamodb table streams and lambda
44
## Documentation
55
This README serves as a 'quick start' guide for getting replication up and running. Full documentation can be found in the [wiki](https://github.com/Signiant/dynamodb-replication/wiki).
66

7-
## Build and Deployment
8-
Cloudformation is used to deploy the replicator. To simplify the deployment process, the lambda function code is minified, and then injected into the cloudformation template using cfn-include, a cloudformation pre-processor. This process is automated using grunt. To build the template, execute the following steps:
7+
## Deployment
8+
DymanoDB replication infrastructure is managed entirely through cloudformation.
9+
To deploy, simply use the cloudformation template from the latest [release](https://github.com/Signiant/dynamodb-replication/releases) to create a new cloudformation stack.
10+
11+
## Building The Template
12+
If you're making any changes of your own to the code, you will need to generate a new cloudformation template before you can deploy. To do this, execute the following steps:
913

1014
1. Install dependencies:
1115
```
@@ -17,4 +21,4 @@ Cloudformation is used to deploy the replicator. To simplify the deployment pro
1721
$ npm run build
1822
```
1923
20-
The template will be written to dist/replication.cfn.json. Simply create a new cloudformation stack using this template to deploy the replicator.
24+
The generated template will be output to dist/replication.cfn.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamodb-replication",
33
"description": "A lambda backed dynamodb cross region replication solution",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"author": "Jonathan Seed <jonathan.j.seed@gmail.com>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)