@gammarers/aws-secure-pipeline-artifact-bucket
v0.2.8
Published
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 c
Downloads
372
Maintainers
Readme
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.