https://github.com/p6m7g8-actions/cdk-construct-build
P6 GHA: Builds a CDK Construct
https://github.com/p6m7g8-actions/cdk-construct-build
aws cdk github github-actions p6 p6m7g8
Last synced: 4 months ago
JSON representation
P6 GHA: Builds a CDK Construct
- Host: GitHub
- URL: https://github.com/p6m7g8-actions/cdk-construct-build
- Owner: p6m7g8-actions
- License: apache-2.0
- Created: 2024-11-01T11:51:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-02T03:10:59.000Z (4 months ago)
- Last Synced: 2026-03-02T05:17:27.279Z (4 months ago)
- Topics: aws, cdk, github, github-actions, p6, p6m7g8
- Homepage: https://continuouslearning.io
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p6m7g8-actions/cdk-construct-build
- [p6m7g8-actions/cdk-construct-build](#p6m7g8-actionscdk-construct-build)
- [Usage](#usage)
## Usage
```yml
- name: CDK Construct Build
uses: p6m7g8-actions/cdk-construct-build@main
with:
aws_region: ${{ secrets.CDK_DEPLOY_REGION }}
aws_role: ${{ secrets.AWS_ROLE }}
aws_session_name: ${{ secrets.AWS_SESSION_NAME }}
cdk_deploy_account: ${{ secrets.CDK_DEPLOY_ACCOUNT }}
cdk_deploy_region: ${{ secrets.CDK_DEPLOY_REGION }}
```