sam-goodwin / punchcard

Type-safe AWS infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement Avro Codec

sam-goodwin opened this issue · comments

commented

We currently only support Json codecs, let's demonstrate how interchangeable they are by integrating with Avro. It should be simple enough to map a Shape to avro schema, similarly to how JSON schema works:

toJsonSchema(): {[key: string]: any};