1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/integrations/sources/amazon-sqs-migrations.md
btkcodedev 5f8b27905c Source Amazon SQS: Migrate Python CDK to Low code (#41064)
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com>
2025-01-14 17:47:57 -08:00

16 lines
825 B
Markdown

# Amazon SQS Migration Guide
## Upgrading to 1.0.0
The verison migrates the Amazon SQS connector to the low-code framework for greater maintainability.
Changes regarding configuration of specs:
- `access_key`, `secret_key`, `queue_url`, `region`, `target` are required for this connector to work
- Other specification parameters has default values which could be changed by user
- `Delete messages after read` is no longer supported as it is removed from the supported attributes of API request, Supported attributes reference - https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html
New features:
- Support for builder with latest version updates
- Support for new action stream - GetQueueAttributes
- Users could experiments new action streams using the builder with local setup