@distilled.cloud/aws 0.25.1 → 0.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -684,7 +684,7 @@ export const KeyValueStoreAssociations = /*@__PURE__*/ /*#__PURE__*/ S.suspend((
684
684
  identifier: "KeyValueStoreAssociations",
685
685
  });
686
686
  export const FunctionConfig = /*@__PURE__*/ /*#__PURE__*/ S.suspend(() => S.Struct({
687
- Comment: S.String,
687
+ Comment: S.optional(S.String),
688
688
  Runtime: FunctionRuntime,
689
689
  KeyValueStoreAssociations: S.optional(KeyValueStoreAssociations),
690
690
  })).annotate({ identifier: "FunctionConfig" });