Skip to content

itsdrew/SQSSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQS Sample

Uses the AWS SDK for .NET

For demonstration purposes only

Instructions

  1. git clone git@github.com:itsdrew/SQSSample.git
  2. Open in an IDE
  3. Replace the empty strings in Config.cs using the provided values
  4. To generate sample messages, run Program.Main()
  5. To read and acknowledge messages, in Program.Main() comment out the line with Producer.execute() and uncomment the line with Consumer.execute()

S3 Sample

S3Sample.UploadObject()

Uploads the included testFile.txt to the S3 bucket (the name is set in the config file already).

S3Sample.DownloadObject()

Downloads the object and writes it to a file. For this to work, you need to change the file path in the DownloadObject() method.

Releases

No releases published

Packages

No packages published

Languages