little-cartoon-10569
11/16/2021, 5:00 AMaws.identitystore.getGroup()
.apply()
my Okta group id and inside, I call getGroup()
, with the intention of conditionally creating resources that need an identitystore group id inside the apply()
(yuck, but it looks like it has to be done.getGroup()
with the group name which doesn't yet exist, it throws an error, and it's not being caught by try-catch.. don't know why, possibly something to do with asynchronicity?getGroup()
, that presumably is async behind the scenes?