You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New-AWSPowerShellLambdaPackage -ErrorAction Stop or $ErrorActionPreference = 'Stop'; New-AWSPowerShellLambdaPackage will throw an error that should be handled.
Error:
Reproduction Steps
See above
Environment
PowerShell 7.0.3 on MacOS and Ubuntu 18.04
AWSLambdaPSCore v2.0.0.0
Resolution
👋 I can/would-like-to implement a fix for this problem myself
I'll add a PR
This is a 🐛 bug-report
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description
New-AWSPowerShellLambdaPackage -ErrorAction Stop
or$ErrorActionPreference = 'Stop'; New-AWSPowerShellLambdaPackage
will throw an error that should be handled.Error:
Reproduction Steps
See above
Environment
PowerShell 7.0.3 on MacOS and Ubuntu 18.04
AWSLambdaPSCore v2.0.0.0
Resolution
I'll add a PR
This is a 🐛 bug-report
The text was updated successfully, but these errors were encountered: