Open PatrickAlphaC opened 4 years ago
I got it. I can't say my go skills are good enough to fix it, but if you swap the Path
in the func Opts()
in bridge.go
to "/"
, you can deploy to the GCP without any problems.
func (ap *AssetPrice) Opts() *bridges.Opts {
return &bridges.Opts{
Name: "Asset Price",
Lambda: true,
Path: "/",
}
}
Hi Jonny,
I'm testing this with deployment to the GCP, I'm running into an issue when testing:
And the response I get it:
Running locally and testing with a
curl
command seems to work perfectly.