Skip to content
#

cdk

Here are 1,045 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

Example of integrating & using Amazon Textract, Amazon Comprehend, Amazon Comprehend Medical, Amazon Kendra to automate the processing of documents for use cases such as enterprise search and discovery, control and compliance, and general business process workflow.

  • Updated Aug 3, 2022
  • JavaScript
christophercarney
christophercarney commented Jul 20, 2022

Feature scope

pinpoint

Describe your suggested feature

AWS Pinpoint is a managed marketing service https://aws.amazon.com/pinpoint/ commonly used for things like email and push notifications.

Pinpoint has the list of metrics which they publish here: https://docs.aws.amazon.com/pinpoint/latest/userguide/monitoring-metrics.html

Proposal:

  • Create a sub package aws-pinpoint
good first issue feature-request effort: medium

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