Using AWS's ECR get-login-password and --password-stdin with Powershell

This works natively in PowerShell, or that Windows Terminal app from the Windows store

$password = aws ecr get-login-password --region region; docker login --username AWS --password $password account-number.dkr.ecr.region.amazonaws.com