(lambda): (cdk synth not working) #29314
Closed
shivpathak-teg
started this conversation in
General
Replies: 4 comments 2 replies
-
in reproduce step I forgot to mention that I did exported the default variable for
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Moving to discussion as this doesn't appear to be a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used following in my cdk code which solved the issue:
notice this option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
cdk synth
command is not working, Please see below details steps and logsExpected Behavior
cdk synth
should bundle the lambda and generate CloudFormation templateCurrent Behavior
cdk synth
complainsrequirements.txt
not found but it's there on path which is mounted in docker:/home/circleci/project/demo_jira_refresh/lambda_source
on host.Reproduction Steps
Empty the file reproduce_cdk_issue/reproduce_cdk_issue_stack.py and put following code block:
Now run the
cdk synth
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.130.0 (build bd6e5ee)
Framework Version
No response
Node.js Version
v18.17.1
OS
22.04.1-Ubuntu
Language
Python
Language Version
Python 3.8.18
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions