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

cdk

Here are 472 public repositories matching this topic...

terraform-cdk
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

A collection of higher-level aws cdk constructs: slack-approval-workflow, #slack & msteams notifications, chatops, blue-green-container-deployment, codecommit-backup, OWASP dependency-check, contentful-webhook, github-webhook, stripe-webhook, static-website, pull-request-check, pull-request-approval-rule, codepipeline-merge-action, codepipeline-check-parameter-action...

  • Updated Mar 26, 2021
  • TypeScript
aeksco
aeksco commented Apr 22, 2020

There's a warning note in README.md detailing:

Warning - the AnalyzeDocument process from AWS Textract costs $50 per 1,000 PDF pages. Be careful when deploying this CDK stack as you could unintentionally rack up an expensive AWS bill quickly if you're not paying attention.

This might not be enough - if a user finds this project and doesn't read the documentation, they could inadvertently

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