Using serverless-offline-sqs
See original GitHub issueI’m currently on a project where I’m using the following plugins: serverless-offline, serverless-offline-sqs and serverless-lift. When I try to run ‘serverless offline’, for each environment declared in the worker this error is being raised:
offline: MissingRequiredParameter: Missing required key 'QueueName' in params at ParamValidator.fail.
Is there any configuration where I can fix this error?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
serverless-offline-sqs - npm
This Serverless-offline plugin emulates AWS λ and SQS queue on your local machine. To do so, it listens SQS queue and invokes your...
Read more >Serverless SNS SQS offline Example
We are using ElasticMQ, an in-memory message queue system, with serverless-offline-sqs plugin to simulate the local AWS SQS environment.
Read more >Configure Serverless Offline + AWS Simple Queue Service ...
The custom's serverless-offline-sqs is defined so that it can be used with ElasticMQ which is an in-memory message queue system that can be...
Read more >How to Test Amazon SQS with Docker using Serverless
Setting up Serverless offline environment. If you are new to Serverless, the best place to start would be here. Go to the quick-start...
Read more >flocasts/serverless-offline-sqs - GitHub
This Serverless-offline plugin emulates AWS λ and SQS queue on your local machine. To do so, it listens SQS queue and invokes your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
any updates about this issue?
Hi, just to be sure: do you load
serverless-offline-sqsafterserverless-offlinein serverless.yml? (see https://github.com/CoorpAcademy/serverless-plugins/issues/5#issuecomment-646893597)If that still doesn’t solve your problem, I see that this PR might help: https://github.com/CoorpAcademy/serverless-plugins/pull/6 It isn’t documented but it seems to be: