-
Notifications
You must be signed in to change notification settings - Fork 3.9k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(lambda): (cdk synth not working) #29311
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Comments
shivpathak-teg
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 29, 2024
in reproduce step I forgot to mention that I did exported the default variable for
|
Moving to discussion as this doesn't appear to be a bug. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
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
The text was updated successfully, but these errors were encountered: