@blitzm/aws-sqs
v0.2.0
Published
@blitzm/aws-sqs is a pulumi component that simplifies the deployment of aws-sqs in aws
Downloads
5
Keywords
Readme
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.