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>
16 lines
825 B
Markdown
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
|