Skip to main content

The CDK Construct Library for AWS::CodeStar

Project description

AWS::CodeStar Construct Library

---

End-of-Support

AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2.

For more information on how to migrate, see the Migrating to AWS CDK v2 guide.


GitHub Repository

To create a new GitHub Repository and commit the assets from S3 bucket into the repository after it is created:

import aws_cdk.aws_codestar as codestar
import aws_cdk.aws_s3 as s3


codestar.GitHubRepository(self, "GitHubRepo",
    owner="aws",
    repository_name="aws-cdk",
    access_token=SecretValue.secrets_manager("my-github-token",
        json_field="token"
    ),
    contents_bucket=s3.Bucket.from_bucket_name(self, "Bucket", "bucket-name"),
    contents_key="import.zip"
)

Update or Delete the GitHubRepository

At this moment, updates to the GitHubRepository are not supported and the repository will not be deleted upon the deletion of the CloudFormation stack. You will need to update or delete the GitHub repository manually.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cdk.aws-codestar-1.204.0.tar.gz (49.3 kB view details)

Uploaded Source

Built Distribution

aws_cdk.aws_codestar-1.204.0-py3-none-any.whl (48.1 kB view details)

Uploaded Python 3

File details

Details for the file aws-cdk.aws-codestar-1.204.0.tar.gz.

File metadata

File hashes

Hashes for aws-cdk.aws-codestar-1.204.0.tar.gz
Algorithm Hash digest
SHA256 39118caaa173364f4aebd9338aeec3c5d8b69c07169126fad511bce6a3d44c83
MD5 082c521baedb7dcef661001857ee96cb
BLAKE2b-256 195120621e3cd0fa0b7df267fbcbacb837c34b35bf9a71f50dc1356b9bd66f2c

See more details on using hashes here.

File details

Details for the file aws_cdk.aws_codestar-1.204.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_cdk.aws_codestar-1.204.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af1127fb004df75cb2aa2aa2edc64be9c7e88a5e4de0885511c77fbb53dfb9f8
MD5 d6de37c2d2da909d58cfabd26e56f2fc
BLAKE2b-256 cb80e8b3975f9504ad3ecc8455f646dc71051c49a1c47a5f6b735d17b3e33fa5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page