0.2.0 • Published 2 years ago

@blitzm/aws-s3 v0.2.0

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

Blitzm Cloud - aws-s3

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

Installation

This package can be installed using npm

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

Usage

import { AWSS3 } from '@blitzm/aws-s3'

new AWSS3("bucket-name", {
  fullAccess: [adminRole]
  // ...
});

Contributing

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

License

Blitzm