@dolsze/aws-sqs

4.1.0 • Public • Published

aws-sqs

Deploy SQS queues to AWS in seconds with Serverless Components.

 

  1. Install
  2. Create
  3. Configure
  4. Deploy

 

1. Install

$ npm install -g serverless

2. Create

$ mkdir my-function && cd my-function

the directory should look something like this:

|- code
  |- handler.js
  |- package.json # optional
|- serverless.yml
|- .env           # your AWS api keys
# .env
AWS_ACCESS_KEY_ID=XXX
AWS_SECRET_ACCESS_KEY=XXX

3. Configure

# serverless.yml

myQueue:
  component: "@serverless/aws-sqs"

4. Deploy

$ serverless

Credits

This package was originally implemented by DaySmart. I decided to fork it and bring it into this monorepo because it wasn't being maintained anymore

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.1.0
    2
  • 1.2.3
    0
  • 1.1.11
    0
  • 1.1.6
    0
  • 1.0.9
    0

Package Sidebar

Install

npm i @dolsze/aws-sqs

Weekly Downloads

2

Version

4.1.0

License

MIT

Unpacked Size

24.3 kB

Total Files

10

Last publish

Collaborators

  • nike1v