Skip to content

Commit

Permalink
feat(core): added kinesis protocol to channels (#1070)
Browse files Browse the repository at this point in the history
* feat(core): added kinesis protocol to channels

* Create nine-monkeys-return.md

* feat(core): added kinesis protocol to channels
  • Loading branch information
boyney123 authored Jan 5, 2025
1 parent 1a9b102 commit efad265
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-monkeys-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/core": patch
---

feat(core): added kinesis protocol to channels
1 change: 1 addition & 0 deletions eventcatalog/src/icons/protocols/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export { default as SQS } from '@icons/protocols/sqs.svg?raw';
export { default as EventBridge } from '@icons/protocols/eventbridge.svg?raw';
export { default as Redis } from '@icons/protocols/redis.svg?raw';
export { default as GooglePubSub } from '@icons/protocols/googlepubsub.svg?raw';
export { default as Kinesis } from '@icons/protocols/kinesis.svg?raw';
14 changes: 14 additions & 0 deletions eventcatalog/src/icons/protocols/kinesis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efad265

Please sign in to comment.