Open pdavis77 opened 4 years ago
benthos config for review
input:
kinesis_balanced:
stream: "ABCDEFGHI"
dynamodb_table: "X.ABCDEFGHI"
start_from_oldest: true
region: "us-east-1"
endpoint: "https://helloworld"
credentials:
id: "ASDF"
secret: "pqrstuv"
batching:
count: 10
byte_size: 0
period: "1s"
condition:
static: false
type: static
processors:
- decode:
scheme: base64
- decompress:
algorithm: gzip
- json:
operator: select
path: lmnop
- unarchive:
format: json_array
- type: split
- json:
operator: set
path: xvt
value: "zyxwvut"
@pdavis77 the error message (although poorly encoded) comes out as:
Credential should be scoped to correct service 'kinesis'
https://forums.aws.amazon.com/thread.jspa?threadID=222499
https://github.com/aws/aws-sdk-go-v2/issues/163
I wonder if this is a regression in the AWS SDK
Hi, firstly, thank you for gokini and also for integrating with Benthos!
I'm running in a bit of trouble using benthos with gokini 0.1.0 and running in to this error when using the kinesis_balanced module: we verified dynamodb access using the same credentials and table name, but this error is not very clear - hoping you can help @patrobinson Thanks in advance!
ref ticket in benthos: https://github.com/Jeffail/benthos/issues/457