We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08f54a commit d33c8d9Copy full SHA for d33c8d9
features/sqs/step_definitions/sqs.js
@@ -2,7 +2,7 @@ const { Before, After } = require("@cucumber/cucumber");
2
3
Before({ tags: "@sqs" }, function () {
4
const { SQS } = require("../../../clients/client-sqs");
5
- this.service = new SQS({ region: "us-east-1" });
+ this.service = new SQS({});
6
this.createdQueues = [];
7
});
8
0 commit comments