awslabs/aws-greengrass-group-setup

Check for valid regions in GroupCommands

brettf opened this issue · 0 comments

The create, clean_all, and deploy functions should ensure they are given valid regions if the region value is not None. Likely this is a simple comparison between the result of invoking boto3.client('ec2').describe_regions() with the given region value.