serverless-plugins icon indicating copy to clipboard operation
serverless-plugins copied to clipboard

Broken links in documentation

Open colesiegel opened this issue 2 years ago • 0 comments

Hi

I'd like to use the plugin but the links in the documentation are not working:

[ElasticMQ](https://github.com/adamw/elasticmq) is a standalone in-memory queue system, which implements AWS SQS compatible interface. It can be run either stand-alone or inside Docker container. See [example](https://github.com/CoorpAcademy/serverless-plugins/blob/master/packages/serverless-offline-sqs-integration/docker-compose.yml) sqs service setup.

We also need to setup actual queue in ElasticMQ server, we can use [AWS cli](https://aws.amazon.com/cli/) tools for that. In example, we spawn-up another container with aws-cli pre-installed and run initialization script, against ElasticMQ server in separate container.

I can't seem to find the referenced example that initializes the ElasticMQ environment.

Thanks for any info!

colesiegel avatar Jul 18 '22 21:07 colesiegel