shashank agarwal
shashank agarwal
Is there a way to change the "default" path "/" to add a prefix like "/predict" for AsyncAPI? ``` - name: text-generator kind: AsyncAPI pod: port: 8080 - http: paths:...
I am trying to build the docker image for bamboo, but I keep getting this error on Step 9. ``` Step 9 : RUN go get github.com/tools/godep && go get...
Is there a way to allow un-authorized users for read-only operations? Similar to -> https://github.com/aws-amplify/amplify-js/issues/711 ``` const client = new AWSAppSyncClient({ url: AppSync.graphqlEndpoint, region: AppSync.region, auth: { // Amazon Cognito...