We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b1554 commit 77dd07eCopy full SHA for 77dd07e
layer/layer/layer_stack.py
@@ -78,7 +78,7 @@ def __init__(
78
79
has_arm64_support = CfnParameter(
80
self,
81
- "HasARM64Suppor",
+ "HasARM64Support",
82
description="Has ARM64 Support Condition",
83
type="String",
84
allowed_values=["true", "false"],
0 commit comments