Solution around updating dynamic secret values generated from vault to secrets/Env. variable in AWS parameter store

Hello All,
My application are running inside ECS and picks secret from AWS Parameter store. I am looking for a solution where a sidecar container or an Vault Agent authenticate with Vault and generate dynamic secret and uploads it to the AWS parameter store for the application to use.