early-musician-41645
07/24/2019, 8:31 PMaws.secretsmanager.getSecret({name: "foo"});
with a try-catch?white-balloon-205
getSecret
is to throw when the lookup fails, or whether it succeeds and returns an object that indicates it couldn't be found. Either way, should be easy to test for (either try/catch or if).early-musician-41645
07/24/2019, 8:34 PMundefined