Skip to content

Commit

Permalink
chore: Bump AWS package version to 2.2.5 and remove console.log state…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
martdo02 committed Sep 3, 2024
1 parent 8c8f863 commit a83384a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.4",
"version": "2.2.5",
"description": "AWS steps for MAF. This contains S3, DynamoDB, SQS, ECS, Cloudwatch, and Lambda stepDefinitions",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/aws/stepDefinitions/sqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const sqsClient = new SQSClient(sqsClientConfig)
async function getURLfromQueueName (queueName) {
const queues = await listQueueURLs()
const foundQueueURL = queues.find(queueURL => queueURL.replace(/.*\/(.*)/, '$1').includes(queueName))
console.log('using queue ' + foundQueueURL)
return foundQueueURL
}

Expand Down

0 comments on commit a83384a

Please sign in to comment.