Using serverless-offline-sqs

See original GitHub issue

I’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:open
  • Created 2 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
eitanfrcommented, Aug 31, 2022

any updates about this issue?

1reaction
mnapolicommented, Sep 21, 2021

Hi, just to be sure: do you load serverless-offline-sqs after serverless-offline in 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:

custom:
  serverless-offline-sqs:
    QueueName: abc
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found