Skip to content
#

cdk

Here are 972 public repositories matching this topic...

terraform-cdk
projen
agdimech
agdimech commented Jun 15, 2022

When running npx projen new ... --package-manager=pnpm I get the following error:

evalmachine.<anonymous>:7
  packageManager: javascript.NodePackageManager.PNPM,
                  ^

ReferenceError: javascript is not defined

This is due to the fact that the .projenrc file does not import the NodePackageManager from the javascript namespace.

bug 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
voho
voho commented Mar 5, 2022

We use AWS Firehose to publish data to Redshift and S3. (Our Firehose stream publishes to both)
We would like to have metric and dashboards for that.

Firehose Metrics: https://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-metrics.html

The most important metrics:

  • DeliveryToRedshift.Success
  • DeliveryToRedshift.DataFreshness
  • DeliveryToS3.Success
  • DeliveryToS3.D
good first issue feature-request effort: medium backlog

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