This package has been deprecated

Author message:

WARNING: This project has been renamed to @gammarers/aws-secure-vpc-bucket. Install using @gammarers/aws-secure-vpc-bucket instead.

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

1.2.6 • Public • Published

AWS Secure VPC Bucket

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

View on Construct Hub

Access from specific VPC Endpoint only Bucket

Install

TypeScript

npm install @gammarer/aws-secure-vpc-bucket
# or
yarn add @gammarer/aws-secure-vpc-bucket

Python

pip install gammarer.aws-secure-vpc-bucket

C# / .NET

dotnet add package Gammarer.CDK.AWS.SecureVpcBucket

Java

Add the following to pom.xml:

<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-secure-vpc-bucket</artifactId>
</dependency>

Example

import { SecureSpecificVpcOnlyBucket } from '@gammarer/aws-secure-vpc-bucket';

new SecureVpcBucket(stack, 'SecureVpcBucket', {
  bucketName: 'example-origin-bucket',
  vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // allready created vpc endpoint id
});

License

This project is licensed under the Apache-2.0 License.

Package Sidebar

Install

npm i @gammarer/aws-secure-vpc-bucket

Weekly Downloads

14

Version

1.2.6

License

Apache-2.0

Unpacked Size

223 kB

Total Files

8

Last publish

Collaborators

  • yicr