examples
examples copied to clipboard
Update a number of dotnet examples (mostly aws)
This PR updates a bunch of dotnet examples as well as the CI to use latest dotnet v6. It addresses examples
- aws-cs-s3-folder
- aws-cs-webserver
- aws-cs-secrets-manager
- aws-assume-role
- aws-cs-eks
Simplifying the examples to use top-level statements as well as getting rid of big chunks of interpolated JSON strings to use JsonObject definitions instead (when specifying IAM policies)
More to come, this is to make PR size manageable and discuss whether these changes are good for us to apply to the other examples as well
Unit tests are failing, looking into them now but also trying to figure a better way to define mocks.
@Zaid-Ajaj Should we get this to a merge or close it out?