localstack-dotnet-client icon indicating copy to clipboard operation
localstack-dotnet-client copied to clipboard

A lightweight .NET client for LocalStack

Results 7 localstack-dotnet-client issues
Sort by recently updated
recently updated
newest added

LocalStack `USE_SSL` environment variable is deprecated after 0.11.3. Each service endpoint now supports multiplexing HTTP/HTTPS traffic over the same port. LocalStack.NET client always sets the UseHttp property of the ClientConfig...

investigation

## Expected Behavior To write in LocalStack Timestream the records to see them in the web query editor. ## Actual Behavior We use the code (which is shown in section...

potential bug

https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Runtime/TClientConfig.html

enhancement

Configuring service-specific endpoints allows users to specify a preferred endpoint for API requests, ensuring consistency. This flexibility supports local endpoints, VPC endpoints, and third-party local AWS development environments. Different endpoints...

bug
enhancement
investigation

[LocalStack version 2.2](https://github.com/localstack/localstack/releases/tag/v2.2.0) has been released. Supporting Legacy containers is no longer meaningful. The following changes should be made: - Port mappings should be removed from `AwsServiceEndpointMetadata` and only the...

enhancement

The following env variables should override ConfigOptions filled by appsettings.json: * `LOCALSTACK_HOST`: Set the hostname for the LocalStack instance. Useful when you have LocalStack bound to a different host (e.g.,...

enhancement