javydekoning / bunq-ynab-aws-lambda

AWS Lambda function (including CDK-APP) to sync transactions from Bunq to YNAB.
Apache License 2.0
6 stars 1 forks source link

ModuleNotFoundError: No module named 'aws_cdk' #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm getting the following error, when running the cdk deploy command:

Traceback (most recent call last): File "app.py", line 3, in from aws_cdk import ( ModuleNotFoundError: No module named 'aws_cdk'

ghost commented 4 years ago

Above was done on MacOS, but same thing happens on Win 10.