0.2.0 • Published 2 years ago

@blitzm/aws-sqs v0.2.0

Weekly downloads
-
License
Blitzm
Repository
-
Last release
2 years ago

Blitzm Cloud - aws-sqs

@blitzm/aws-sqs is a pulumi component that simplifies the deployment of aws-sqs in aws

Installation

This package can be installed using npm

npm install --save --save-exact @blitzm/aws-sqs

Usage

import { AWSSQS } from '@blitzm/aws-sqs'

new AWSSQS("queue-name", {
  // ...
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Blitzm