Results 2 issues of Ranjith Jagadeesh

I have been using appsync and dynamodb as datasource. ``` type Thing @model{ id: ID title: String! meta: String thingData: ThingData } type ThingData { firstName: String lastName: String }...

question

### Describe the bug I'm trying to install dependencies using this command ``` $ IMAGE=superchain $ docker build -t ${IMAGE} ./superchain ``` But getting this issue ### Expected Behavior It...

bug
needs-triage