-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws_batch_alpha: FargateComputeEnvironment compute_environment_name not being respected #25794
Comments
Thanks for reporting! It looks like it's just missing this line
Would need to add it here aws-cdk/packages/@aws-cdk/aws-batch-alpha/lib/managed-compute-environment.ts Lines 1089 to 1095 in bd920f2
|
…uteEnvironment aws#25794 Updated managed-compute-environment to reflect the fix made in FargateComputeEnvironment.
Hello @peterwoodworth @roketworks Please review and approve the above PR and assign the task to me. Thank you |
…nment (#25944) computeEnvironmentName property was missing in FargateComputeEnvironment due to which ComputeEnvironmentName property set on the resulting AWS::Batch::ComputeEnvironment resource in the outputted CloudFormation. Updated managed-compute-environment to reflect the fix made in FargateComputeEnvironment. Closes #25794.
|
Describe the bug
When creating a
FargateComputeEnvironment
using the construct and passing incompute_environment_name
the resulting cloudformatation does not have theComputeEnvironmentName
property set.Expected Behavior
ComputeEnvironmentName
property set on the resultingAWS::Batch::ComputeEnvironment
resource in the outputted CloudFormation.Current Behavior
ComputeEnvironmentName
property is not set on the resultingAWS::Batch::ComputeEnvironment
resource in the outputted CloudFormation.This only seems to affect the
FargateComputeEnvironment
construct and not others.Reproduction Steps
Possible Solution
No response
Additional Information/Context
CDK CLI Version
2.81.0
Framework Version
No response
Node.js Version
19.8.1
OS
Mac OS 12
Language
Python
Language Version
3.11
Other information
No response
The text was updated successfully, but these errors were encountered: