Commit ecac169
committed
Support stream ARN as direct input to DynamoDB Streams event source
When the TableName config value is already a stream ARN (starts with
'arn:' and contains '/stream/'), skip the ListStreams lookup and use
it directly.1 parent 340bc67 commit ecac169
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
- Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Processes/DynamoDBStreamsEventSource
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
0 commit comments