Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created March 26, 2021 01:56
Show Gist options
  • Save oxlb/06610bacbff2ee13498d0333d9fbb2de to your computer and use it in GitHub Desktop.
Save oxlb/06610bacbff2ee13498d0333d9fbb2de to your computer and use it in GitHub Desktop.
const { listSQS, createSqsQueue, sendMessage, getMessage} = require('./create.js');
//listSQS();
//createSqsQueue();
sendMessage('Welcome to onexlab please follow or subscribe to our Youtube and Medium');
getMessage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment