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
It doesn't appear to be possible to set the endpoint the library points to for the aws services such as Kinesis and DynamoDb. Instead it appears that we are hard coded to point at the real aws service endpoint. It would be useful for local development to be able to set the endpoint ourselves. This way we aren't creating resources in our production aws cloud environment when running the example. We could supply the endpoint into the producer configuration map e.g:
It doesn't appear to be possible to set the endpoint the library points to for the aws services such as Kinesis and DynamoDb. Instead it appears that we are hard coded to point at the real aws service endpoint. It would be useful for local development to be able to set the endpoint ourselves. This way we aren't creating resources in our production aws cloud environment when running the example. We could supply the endpoint into the producer configuration map e.g:
The text was updated successfully, but these errors were encountered: