Skip to content

Commit

Permalink
Merge pull request #5 from ashishmohite/main
Browse files Browse the repository at this point in the history
Add support for multiple streams sync lambdas in same account.
  • Loading branch information
ashishmohite authored Oct 28, 2020
2 parents b2c663d + 40c3821 commit 320c6f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Terraform Module to sync kinesis streams across two different AWS accounts



## Providers

| Name | Version |
Expand All @@ -14,6 +15,7 @@ Terraform Module to sync kinesis streams across two different AWS accounts

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| service\_name | Service name for which streams will be synced | `string` | n/a | yes |
| sink\_streams | Comma separated list of streams to which source stream will be synced with. | `string` | n/a | yes |
| source\_stream | Streams with which sink streams will be synced | `string` | n/a | yes |

Expand Down

0 comments on commit 320c6f2

Please sign in to comment.