{
  "name": "lambda-sqs-handler",
  "version": "1.0.0",
  "description": "AWS Lambda function to receive payload and write to SQS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@aws-sdk/client-sqs": "^3.0.0"
  }
}
