docker-compose up
to get localstack up and runningnpm run create:queue
creates a offline sqs queuenpm run list:queue
check if queue has been creatednpm run offline
to start serverless
Now, make get request to this endpoint
http://0.0.0.0:3000/dev/app-store-server-notifications
and boom, now you see the log from local consumer lambda
Serverless LocalStack Lambda
https://sqsOfflineQueue-io.medium.com/serverless-localstack-lambda-53fd8d46983