Ryan Pendergast
Ryan Pendergast
golang noob here. Why is $GOPATH modified by gvm in the 1st place? [golang docs](https://github.com/golang/go/wiki/SettingGOPATH) say the convention is `GOPATH=$HOME/go`.
Until Promise support is added, you can use these 2 simple generic wrapper functions I wrote, based off of [kriskowal's Q lib](https://github.com/kriskowal/q). My vote would be for vogels to use...
Thanks for the quick response. I've read https://github.com/joostfarla/serverless-cors-plugin/issues/6 and I'm not quite sure I understand the issue (it is early in the am tho ;) An endpoint can have one...
So I think we found a more straightforward way to handle CORS with just using serverless templates. Using the strategy below eliminates need for this plugin and npm module, and...
@arieljake I back them with `"type": "MOCK"` APIG implementations. Check out my example from April 5 above.
Also need the ability to sync all regions within a stage
I had similar reaction as @edclement. I had only one region and stage in my project, and ran `meta sync`, I expected the proj common, stage common (s-variables-dev.json) and region...
I am getting the same issue, using swagger.json file. Full file below. I even get the error if I use exact `responses` object in the `README.md`, so there must be...
@rpgreen thanks for the quick response. That did indeed fix my issue.