lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

Tail DynamoDB Stream from the dynamodb-local docker image #23

Closed j0k3r closed 4 years ago

j0k3r commented 4 years ago

The tail-dynamo command is really great.

Is it possible to have it tail stream when using the DynamoDB Local Docker image https://hub.docker.com/r/amazon/dynamodb-local ?

theburningmonk commented 4 years ago

Do you know if DynamoDB local supports streams? If so, and it has a local HTTP endpoint that you can configure the DynamoDB Streams client with then yes, it's possible to support dynamodb local.

j0k3r commented 4 years ago

Yep it supports stream and the HTTP endpoint is usually http://localhost:8000 (you define the port when running the docker image). Credentials & region don't matter.

theburningmonk commented 4 years ago

Ok, in that case it should be simply a case of letting you pass in the endpoint to the AWS SDK client

theburningmonk commented 4 years ago

:tada: This issue has been resolved in version 0.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: