This release is a pre-release and may not be stable for production use.
AWS::CodeStar Construct Library
---The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
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_alpha 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", "amzn-s3-demo-bucket"),
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.
Release files for aws-cdk.aws-codestar-alpha 2.271.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws_cdk_aws_codestar_alpha-2.271.0a0.tar.gz | 47.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_cdk_aws_codestar_alpha-2.271.0a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 93.8 kB
Release files / aws_cdk_aws_codestar_alpha-2.271.0a0.tar.gz
| Download URL | aws_cdk_aws_codestar_alpha-2.271.0a0.tar.gz |
|---|---|
| Size | 47.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7220b5c939c24496f3ff8b6654bfdf0d0bedc7753d726d7de6e272833e4c5b4c
|
|
BLAKE2b-256 checksum How to use checksums |
b203a1de785e93fd9f4924523ad10ae479983b5e0629965a05019a69c151b8cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / aws_cdk_aws_codestar_alpha-2.271.0a0-py3-none-any.whl
| Download URL | aws_cdk_aws_codestar_alpha-2.271.0a0-py3-none-any.whl |
|---|---|
| Size | 46.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f647b7e0f8132e967374c9024170ae24caba82ab0f1ac8cdcb1c7ae04e0475c0
|
|
BLAKE2b-256 checksum How to use checksums |
1d73311ed65f49f700f794cf72f4d6b324fecbc7cfece864631068fe2d6c99c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|