md-abdul-halim-rafi / aws-sqs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Simple Queue Service at AWS

  • You can choose type of the queue as per your requirements, I've used the FIFO type.
  • Create an IAM user giving the full access to the SQS service
  • Generate the credentials for that IAM user

ENV

  • Clone the .env.example file and name it .env
  • Replace the env values with your values

About


Languages

Language:TypeScript 78.9%Language:JavaScript 21.1%