-
Updated
Jul 5, 2022 - TypeScript
cdk
Here are 972 public repositories matching this topic...
-
Updated
Jun 24, 2022 - TypeScript
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.
-
Updated
Jun 28, 2022
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
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
-
Updated
May 4, 2022 - Python
-
Updated
Jul 5, 2022 - TypeScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Mar 29, 2022
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jul 2, 2022 - Python
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Jun 25, 2022 - JavaScript
Update CDK to V2
-
Updated
Jul 1, 2022 - JavaScript
Requires an example of OpenID Token authentication decoding example.
Use Case
Authentication again OIDC.
Proposed Solution
Other
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
Improve this page
Add a description, image, and links to the cdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cdk topic, visit your repo's landing page and select "manage topics."
Community Note