diff --git a/src/AzureIoTHub.Portal.Infrastructure/Services/AWS/AwsConfigService.cs b/src/AzureIoTHub.Portal.Infrastructure/Services/AWS/AwsConfigService.cs index e60073a50..598200617 100644 --- a/src/AzureIoTHub.Portal.Infrastructure/Services/AWS/AwsConfigService.cs +++ b/src/AzureIoTHub.Portal.Infrastructure/Services/AWS/AwsConfigService.cs @@ -147,7 +147,7 @@ private async Task> CreateG { try { - var getComponentIfExist = await this.greengras.DescribeComponentAsync(new DescribeComponentRequest + _ = await this.greengras.DescribeComponentAsync(new DescribeComponentRequest { Arn = $"arn:aws:greengrass:{config.AWSRegion}:{config.AWSAccountId}:components:{component.ModuleName}:versions:{component.Version}" });