Socket
Socket
Sign inDemoInstall

@sls-next/aws-sqs

Package Overview
Dependencies
59
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sls-next/aws-sqs

Deploy SQS queues to AWS in seconds with [Serverless Components](https://github.com/serverless/components).


Version published
Weekly downloads
41K
increased by2.02%
Maintainers
2
Install size
71.8 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 31 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc