shareefer
shareefer
The docs give an example of how to use `Revoke-GSUserVerificationCodes`: `Revoke-GSUserVerificationCodes -User me -Confirm:$false` Running the command with `-Confirm:$false` leads to an error. I believe the cmdlet should have `ConfirmImpact...
## Problem Debugging crashes with an Init Error `ImportModuleError` when using Finch . Finch works fine via SAM CLI `sam local invoke` but SAM CLI lacks debugging capabilities. ## Steps...
**Describe the bug** Downloaded Finch to use with AWS toolkit to debug AWS SAM apps. run `finch vm init` leads to errors establishing an ssh connection to the container **Steps...