https://pulumi.com logo
#aws
Title
a

alert-raincoat-81485

12/14/2020, 8:20 PM
Folks, how to handle error handling if ssm parameter not found? is there any way of handling exceptions if parameter not found? What i am getting in my code is invocation of ‘PARAMETER’ returned an error and doesn’t execute else part. Any help?
g

gentle-diamond-70147

12/15/2020, 1:00 AM
This is not currently supported (https://github.com/pulumi/pulumi/issues/3364 tracks adding support for this), but you can use the AWS SDK directly to do your "get" and handle the "not found" that way.