Robin Hos
Robin Hos
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [ ] I've searched for [previous...
Effect Schema also supports Standard Schema. The [StackBlitz](https://tanstack.com/form/latest/docs/framework/react/examples/standard-schema) example can also be modified with: ```ts import { Schema as S } from 'effect'; const EffectSchema = S.standardSchemaV1( S.Struct({ firstName: S.String.pipe(...