You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
batch:computeEnvironments is now required
batch: the allocationStrategy property was moved from ComputeEnvironmentProps to the ComputeResources interface, which is where it semantically belongs.
custom-resources:getDataString was renamed to getResponseField.
custom-resources:getData was renamed to getResponseFieldReference.
custom-resources:catchErrorPattern was renamed to ignoreErrorCodesMatching. In addition, a few synth time validations were added when using this property. See Error Handling for details.
custom-resources:policyStatements property was removed in favor of a required policy property. Refer to Execution Policy for more details.
batch:computeEnvironments is now required for JobQueue (#6616) (0b6c865), closes #6615
batch: managed compute environment now properly works with compute resources and instanceRole has correct docstring and type definition (#6549) (4e81334)
certificatemanager: Route53 endpoint cannot be set and does not work for aws-cn (#6480) (9858cdb)