@gammarers/aws-secure-bucket
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

AWS Secure Bucket

GitHub npm (scoped) PyPI Nuget GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

This is a Simple S3 Secure Bucket.

  • Bucket Access Control is Private
  • Public Read Access is false
  • Enforce SSL
  • All Block public access
  • Require encryption

Install

TypeScript

npm install @gammarers/aws-secure-bucket

or

yarn add @gammarers/aws-secure-bucket

or

pnpm add @gammarers/aws-secure-bucket

or

bun add @gammarers/aws-secure-bucket

Python

pip install gammarers.aws-secure-bucket

C# / .Net

dotnet add package Gammarers.CDK.AWS.SecureBucket

Example

import { SecureBucket } from '@gammarers/aws-secure-bucket';

const bucket = new SecureBucket(stack, 'SecureBucket', {
  bucketName: 'example-secure-bucket',
});

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i @gammarers/aws-secure-bucket

    Weekly Downloads

    726

    Version

    1.4.1

    License

    Apache-2.0

    Unpacked Size

    231 kB

    Total Files

    8

    Last publish

    Collaborators

    • yicr