You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create functionality that will be able to handle this 'sqs-extended', where small messages <256KB, are put into the SQS queue as-is and big messages >256KB and <2GB are 'off loaded to s3' and a message contains a s3 bucket + s3 key reference.
Shouldn't be to bad because a lot of the functionality we need should already exist in the aws_s3 + aws_sqs inputs.
The text was updated successfully, but these errors were encountered:
https://github.com/co-go/sqs-extended-client-go
Create functionality that will be able to handle this 'sqs-extended', where small messages <256KB, are put into the SQS queue as-is and big messages >256KB and <2GB are 'off loaded to s3' and a message contains a s3 bucket + s3 key reference.
Shouldn't be to bad because a lot of the functionality we need should already exist in the aws_s3 + aws_sqs inputs.
The text was updated successfully, but these errors were encountered: