Skip to content

Commit 0403584

Browse files
docs(bindings/aws.kinesis): document new metadata for custom endpoint support e.g. LocalStack (see components-contrib#3931)
Signed-off-by: swatimodi-scout <[email protected]>
1 parent 853382a commit 0403584

File tree

1 file changed

+6
-0
lines changed
  • daprdocs/content/en/reference/components-reference/supported-bindings

1 file changed

+6
-0
lines changed

daprdocs/content/en/reference/components-reference/supported-bindings/kinesis.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value: "*****************"
3939
- name: direction
4040
value: "input, output"
41+
- name: endpoint
42+
value: "http://localhost:4566" # Optional: Custom endpoint (e.g. for LocalStack)
4143
```
4244
{{% alert title="Warning" color="warning" %}}
4345
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here]({{% ref component-secrets.md %}}).
@@ -55,7 +57,11 @@ The above example uses secrets as plain strings. It is recommended to use a secr
5557
| `secretKey` | Y | Output | The AWS Secret Access Key to access this resource | `"secretAccessKey"` |
5658
| `sessionToken` | N | Output | The AWS session token to use | `"sessionToken"` |
5759
| `direction` | N | Input/Output | The direction of the binding | `"input"`, `"output"`, `"input, output"` |
60+
<<<<<<< HEAD
5861
| `endpoint` | N | Input | Custom endpoint for Kinesis and DynamoDB (e.g., for LocalStack support) | `"http://localhost:4566"` |
62+
=======
63+
| `endpoint` | N | Input | Custom endpoint for Kinesis and DynamoDB (e.g., for LocalStack support) | `"http://localhost:4566"` |
64+
>>>>>>> 8d66ac72 (docs(bindings/aws.kinesis): document new metadata for custom endpoint support e.g. LocalStack (see components-contrib#3931))
5965

6066

6167
{{% alert title="Important" color="warning" %}}

0 commit comments

Comments
 (0)