A community written PowerShell Secret Manager Extension for AWS Secret Manager.
This is a PowerShell Secret Extension/Module for AWS Secret Manager. This module is currenlty in beta. The Microsoft PowerShell SecretManagment module also is in alpha.
The module currently does not have a way to pass in common parameters for things like switching profiles, keys, etc. This currently works by using the default profile. The user must have access to read,write,and list AWS secrets.
Install-Module -Name SecretsManagement.CAWSSecretsManager
Install-Module Microsoft.PowerShell.SecretsManagement -AllowPrerelease