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
-**Enhanced Development Speed:** LocalStack.NET reduces boilerplate and manual configurations, speeding up the development process.
57
59
58
-
## <aname="prerequisites"></a> Prerequisites
60
+
## Prerequisites
59
61
60
62
To utilize this library, you need to have LocalStack running. While LocalStack can be installed directly on your machine and accessed via the `localstack` cli, the recommended approach is to run LocalStack using Docker or `docker-compose`.
61
63
62
64
For detailed installation and setup instructions, please refer to the [official LocalStack installation guide](https://docs.localstack.cloud/getting-started/installation/).
`LocalStack.NET` is a library that provides a wrapper around the [aws-sdk-net](https://github.com/aws/aws-sdk-net). This means you can use it in a similar way to the `AWS SDK for .NET` and to [AWSSDK.Extensions.NETCore.Setup](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/net-dg-config-netcore.html) with a few differences. For more on how to use the AWS SDK for .NET, see [Getting Started with the AWS SDK for .NET](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-setup.html).
The LocalStack .NET repository includes several sandbox console applications located in [tests/sandboxes](https://github.com/localstack-dotnet/localstack-dotnet-client/tree/master/tests/sandboxes)
200
202
. These applications serve both as testing tools and as examples.
@@ -203,7 +205,7 @@ These sandbox applications showcase various initialization methods for `LocalSta
203
205
204
206
To interact with a LocalStack container, use the [LocalStack.Container](https://github.com/localstack-dotnet/localstack-dotnet-client/tree/master/tests/sandboxes/LocalStack.Container) console application. This application leverages [testcontainers-dotnet](https://github.com/testcontainers/testcontainers-dotnets) to initialize LocalStack. Start the LocalStack.Container application first, then run any of the sandbox applications to experiment.
205
207
206
-
### <aname="running-tests"></a> Running Tests
208
+
### Running Tests
207
209
208
210
To execute the tests, use the commands below:
209
211
@@ -219,10 +221,10 @@ Linux
219
221
./build.sh --target=tests
220
222
```
221
223
222
-
## <aname="changelog"></a> Changelog
224
+
## Changelog
223
225
224
226
Please refer to [`CHANGELOG.md`](CHANGELOG.md) to see the complete list of changes for each release.
225
227
226
-
## <aname="license"></a> License
228
+
## License
227
229
228
230
Licensed under MIT, see [LICENSE](LICENSE) for the full text.
0 commit comments