1.4.23 • Published 8 months ago

@gammarers/aws-secure-vpc-bucket v1.4.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

AWS Secure VPC Bucket

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

View on Construct Hub

Access from specific VPC Endpoint only Bucket

Install

TypeScript

npm install @gammarers/aws-secure-vpc-bucket

or

yarn add @gammarers/aws-secure-vpc-bucket

or

pnpm add @gammarers/aws-secure-vpc-bucket

or

bun add @gammarers/aws-secure-vpc-bucket

Python

pip install gammarers.aws-secure-vpc-bucket

C# / .NET

dotnet add package gammarers.CDK.AWS.SecureVpcBucket

Example

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

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

License

This project is licensed under the Apache-2.0 License.

1.4.23

8 months ago

1.4.22

9 months ago

1.4.20

9 months ago

1.4.21

9 months ago

1.4.19

9 months ago

1.4.18

10 months ago

1.4.17

10 months ago

1.4.15

10 months ago

1.4.16

10 months ago

1.4.14

10 months ago

1.4.6

12 months ago

1.4.5

1 year ago

1.4.4

1 year ago

1.3.5

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.4.9

11 months ago

1.4.11

11 months ago

1.4.8

12 months ago

1.4.10

11 months ago

1.4.7

12 months ago

1.4.13

10 months ago

1.4.12

11 months ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago