0.2.18 • Published 8 months ago

@gammarers/aws-secure-pipeline-artifact-bucket v0.2.18

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

AWS Secure Pipeline Artifact Bucket

This S3 bucket is the artifact bucket used for CDK pipelines, created when the --qualifier option is specified during the CDK bootstrap process. If you specify the --qualifier option or explicitly define an artifact bucket for CDK pipelines, you need to configure a policy that allows access to this bucket from the CDK deploy role.

Install

TypeScript

install by npm

npm install @gammarers/aws-secure-pipeline-artifact-bucket

install by yarn

yarn add @gammarers/aws-secure-pipeline-artifact-bucket

Example

import { SecurePipelineArtifactBucket } from '@gammarers/aws-secure-pipeline-artifact-bucket';

const bucket = new SecurePipelineArtifactBucket(stack, 'SecurePipelineArtifactBucket');

License

This project is licensed under the Apache-2.0 License.

0.2.18

8 months ago

0.2.17

8 months ago

0.2.16

8 months ago

0.2.15

8 months ago

0.2.14

9 months ago

0.2.13

9 months ago

0.2.12

9 months ago

0.2.11

9 months ago

0.2.10

9 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.2

11 months ago