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
feat: check constructs against account default runtime if not given (#1007)
The CLI had a hardcoded default runtime value of 2024.02 which became the
effective value if no runtime was set at check or project level. Now, the
account's default runtime is used instead. Additionally, if the account's
default runtime is used, then we leave `runtimeId` undefined when synthesizing
resources. This allows the user to have their checks always use the current
account default runtime if they wish. If they do not wish to have such
behavior, they should set a default runtime at project level as usual.
0 commit comments