aws_batch: cannot set compute_resources in ComputeEnvironment #6850
Labels
@aws-cdk/aws-batch
Related to AWS Batch
cause/python-no-types
User mistakes caused by a lack of typing enforced by Python
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
wontfix
We have determined that we will not resolve the issue.
This code snippet works fine in aws_cdk:1.26 in python:
But when I update aws_cdk to 1.30 I get the following error:
and the problem is on
compute_resources=compute_resource
line.The text was updated successfully, but these errors were encountered: