Open ziv-kalderon opened 3 years ago
So apparently you need accessKeyId And secret AccessKey for the dynamoDb as well
dynamoDb: {
region: 'us-east-1',
endpoint: 'http://localhost:4566',
accessKeyId: 'test',
secretAccessKey: 'test',
},
Hey guys, First of all, this package is exactly what we were looking for... Second, currently the message consuming is not working for me with
localstack
Do you have any experience with it?My localstack docker-compose.yml
My code:
But nothing happens(and not errors)... Any idea why?