Skip to content

Commit

Permalink
Merge pull request #1031 from spanio/fifo-sns
Browse files Browse the repository at this point in the history
Add examples for fifo SNS topics
  • Loading branch information
turkenf authored Dec 25, 2023
2 parents 3210359 + dcb81e5 commit a8f7737
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/sns/topic-fifo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: sns.aws.upbound.io/v1beta1
kind: Topic
metadata:
name: namevalidinbothk8sandsnsendsin.fifo
labels:
testing.upbound.io/example-name: sns
annotations:
meta.upbound.io/example-id: sns/v1beta1/topic
spec:
forProvider:
region: us-west-1
fifoTopic: true

---
apiVersion: sns.aws.upbound.io/v1beta1
kind: Topic
metadata:
name: name-that-follows-k8s-conventions
annotations:
crossplane.io/external-name: AWSSpecificName.fifo
meta.upbound.io/example-id: sns/v1beta1/topic
labels:
testing.upbound.io/example-name: sns
spec:
forProvider:
region: us-west-1
fifoTopic: true

0 comments on commit a8f7737

Please sign in to comment.