So I was trying to get timezone info by id in lambda application. It is working fine on the local machine, but it throws an error when I publish on aws lambda.
TimeZoneInfo.FindSystemTimeZoneById(Common.NotifyTimeZone);
NotifyTimeZone value is "Pacific Standard Time"
The exception is "The time zone ID 'Pacific Standard Time' was not found on the local computer"