mirror of https://github.com/dapr/docs.git
fix(type): pubsub.aws.snssqs not pubsub.snssqs (#3594)
Signed-off-by: guergabo <guergabo@umich.edu>
This commit is contained in:
parent
bce7034253
commit
f88b1d998e
|
@ -9,7 +9,7 @@ aliases:
|
||||||
|
|
||||||
## Component format
|
## Component format
|
||||||
|
|
||||||
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
|
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.aws.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -18,7 +18,7 @@ kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: snssqs-pubsub
|
name: snssqs-pubsub
|
||||||
spec:
|
spec:
|
||||||
type: pubsub.snssqs
|
type: pubsub.aws.snssqs
|
||||||
version: v1
|
version: v1
|
||||||
metadata:
|
metadata:
|
||||||
- name: accessKey
|
- name: accessKey
|
||||||
|
@ -147,7 +147,7 @@ kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: snssqs-pubsub
|
name: snssqs-pubsub
|
||||||
spec:
|
spec:
|
||||||
type: pubsub.snssqs
|
type: pubsub.aws.snssqs
|
||||||
version: v1
|
version: v1
|
||||||
metadata:
|
metadata:
|
||||||
- name: accessKey
|
- name: accessKey
|
||||||
|
|
Loading…
Reference in New Issue