Skip to content

Instantly share code, notes, and snippets.

View calebickler's full-sized avatar

Cale Bickler calebickler

  • SurveyMonkey
  • Portland, OR
View GitHub Profile
@calebickler
calebickler / QueueSubscriberService.cs
Last active August 1, 2022 16:00
Subscribing from a dotnet core hosted service to a SQS queue which only supports polling
using Utility.Environment;
using Utility.Queue.Handler;
using Utility.Queue.Subscribers;
using Microsoft.Extensions.Hosting;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;