The Wayback Machine - https://web.archive.org/web/20220607172331/https://github.com/topics/cdk
Skip to content
#

cdk

Here are 941 public repositories matching this topic...

terraform-cdk
projen
Chriscbr
Chriscbr commented Mar 11, 2022

Create a Cdk8sPythonApp project type that mirrors the experience of Cdk8sTypeScriptApp, but instead which extends from the PythonProject type. For any extended logic that can be shared with Cdk8sTypeScriptApp, consider extracting it into components as we currently do in the AwsCdk project types: https://github.com/projen/projen/blob/71ad8c75dd2b1a577356520772353278b4048d8b/src/awscdk/awscd

good first issue
sjoerdhooft
sjoerdhooft commented Oct 2, 2020

Describe the bug

CodeUri in Function has invalid directory name

To Reproduce

  • Create a powershell package using the new-awsPowerShellLambdaPackage:

New-AWSPowerShellLambdaPackage -ScriptPath checkdomainavailable.ps1 -OutputPackage checkdomainavailable.zip

  • Add the function in template.yaml

CheckDomainAvailableFunction:
Type: AWS::Serverless::Function
Pr

bug language:.NET good first issue sam

Improve this page

Add a description, image, and links to the cdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cdk topic, visit your repo's landing page and select "manage topics."

Learn more