Skip to content

ENG-59617 : Migrated to Async/await support by AWS sdk function from callback#404

Merged
rakhimundhada15 merged 4 commits intoalertlogic:masterfrom
rakhimundhada15:ENG-59617
Feb 17, 2026
Merged

ENG-59617 : Migrated to Async/await support by AWS sdk function from callback#404
rakhimundhada15 merged 4 commits intoalertlogic:masterfrom
rakhimundhada15:ENG-59617

Conversation

@rakhimundhada15
Copy link
Contributor

Problem Description

Currently, our collector is using Node.js 22 with AWS SDK v3, which support both callback and async/await both. However, it appears that support for callback will be deprecated in Node.js 24 or later versions.

Solution Description

Add async/await (Promise-based) versions of all AWS SDK functions.
Also removed async lib callback and use native async await.

@al-cibot
Copy link

al-cibot commented Feb 4, 2026

CI Service Job Number 1132 Logs - SUCCESS

alps ci job-logs --organization alertlogic --repository paws-collector --job-num 1132 -g

Stages Run:

  • PR Test

@al-cibot
Copy link

al-cibot commented Feb 8, 2026

CI Service Job Number 1136 Logs - SUCCESS

alps ci job-logs --organization alertlogic --repository paws-collector --job-num 1136 -g

Stages Run:

  • PR Test

@al-cibot
Copy link

CI Service Job Number 1137 Logs - SUCCESS

alps ci job-logs --organization alertlogic --repository paws-collector --job-num 1137 -g

Stages Run:

  • PR Test

@al-cibot
Copy link

CI Service Job Number 1138 Logs - SUCCESS

alps ci job-logs --organization alertlogic --repository paws-collector --job-num 1138 -g

Stages Run:

  • PR Test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants