gabrielweyer / beanstalk-seeder

Emulates the SQS Daemon surrounding an Elastic Beanstalk Worker Tier so that you can replicate the interaction between a Web Tier and a Worker Tier on your machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beanstalk Seeder

.NET Core global tool emulating the SQS Daemon surrounding an Elastic Beanstalk Worker Tier so that you can replicate the interaction between a Web Tier and a Worker Tier on your machine.

The goal of Beanstalk Seeder is to allow you to go through an end-to-end flow, not to replicate the feature set of the SQS Daemon.

Package Release
dotnet-seed-beanstalk NuGet
CI Status Platform(s) Framework(s)
AppVeyor Build Status Windows netcoreapp2.2

Assumptions

  • Payload in JSON

Installation

> dotnet tool install -g dotnet-seed-beanstalk

Usage

> dotnet seed-beanstalk -q <queue-uri> -w <worker-uri>

The tool will then prompt you for an Access Key and a Secret Key.

About

Emulates the SQS Daemon surrounding an Elastic Beanstalk Worker Tier so that you can replicate the interaction between a Web Tier and a Worker Tier on your machine.

License:MIT License


Languages

Language:C# 99.7%Language:Shell 0.3%