.NET
How to use the .NET AWS SDK with LocalStack.
less than a minute
LocalStack integrates with official AWS Software Development Kits (SDKs) so you can connect to LocalStack services using the same SDKs you use for AWS services. This lets you develop and test your applications locally without connecting to the cloud.
To connect to LocalStack services using AWS SDKs, you can use one of the following methods:
http://localhost:4566
or localhost.localstack.cloud:4566
.
This can also be specified using a profile or an environment variable.How to use the .NET AWS SDK with LocalStack.
How to use the C++ AWS SDK with LocalStack.
How to use the Go AWS SDK with LocalStack.
How to use the AWS Java SDK with LocalStack.
How to use the JavaScript AWS SDK with LocalStack.
How to use the PHP AWS SDK with LocalStack.
How to use the Boto3 Python AWS SDK with LocalStack.
How to use the AWS SDK for Ruby with LocalStack.