This repository contains a provider for Microsoft.Extensions.Configuration that retrieves secrets stored in AWS Secrets Manager using Secret Manger Caching.
git clone https://github.com/manishtiwari25/aws-secretmanager-configuration-extension.git
this compile error you may face if you are using some other aws nugets, simple workaround is just install ASWSDK.Core nuget package in project.
This issue is caused because the AWS SDK has strict version boundaries forcing the usage of packages within the same major version family (e.g. you can't mix the AWS S3 3.5 package with AWS EC2 3.3 package).