Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

gabrielweyer/beanstalk-seeder

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published