Skip to content

NetCoreTemplates/worker-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worker-sqs

.NET 6.0 Amazon Simple Queue Service (SQS) Worker Service

Browse source code and install with dotnet-new:

$ dotnet tool install -g x

$ x new worker-sqs ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new worker-sqs

About

.NET 8 AWS SQS MQ Worker Service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages