Skip to content
#

cdk

Here are 753 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

aeksco
aeksco commented Jun 21, 2021

The following packages must be updated in package.json:

  • @aws-cdk/aws-dynamodb
  • @aws-cdk/aws-events
  • @aws-cdk/aws-events-targets
  • @aws-cdk/aws-iam
  • @aws-cdk/aws-lambda
  • @aws-cdk/aws-lambda-event-sources
  • @aws-cdk/core

The latest published version on NPM is 1.109.0 - all of these packages should be updated to at least 1.100.0 if possible.

aws-serverless-fullstack-swift-apple-carplay-example

This application demonstrates a full-stack Apple CarPlay app that uses Swift for both the UI and the backend services in AWS. The app accesses Lambda functions written in Swift and deployed from Docker images. The app accesses Amazon Location Service and a 3rd party weather api to display information in the vicinity of the user.

  • Updated Nov 1, 2021
  • Swift

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