feat(tools): added sqs integration (#2310)

* feat(tools): added sqs integration

* remove console log

* fix linter issues
This commit is contained in:
Esteban Canela
2025-12-11 20:14:39 -03:00
committed by GitHub
parent 4da5dd7f74
commit 8d4f2e0233
15 changed files with 547 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -90,6 +90,7 @@ import {
ShopifyIcon,
SlackIcon,
SmtpIcon,
SQSIcon,
SshIcon,
STTIcon,
StagehandIcon,
@@ -215,6 +216,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
elevenlabs: ElevenLabsIcon,
elasticsearch: ElasticsearchIcon,
dynamodb: DynamoDBIcon,
sqs: SQSIcon,
duckduckgo: DuckDuckGoIcon,
dropbox: DropboxIcon,
discord: DiscordIcon,