rules_appengine icon indicating copy to clipboard operation
rules_appengine copied to clipboard

Add support for Go Appengine SDK

Open yohcop opened this issue 8 years ago • 3 comments

It probably wouldn't be too different from python.

yohcop avatar Jun 08 '17 03:06 yohcop

Any updates?

rodrigoaliste avatar Jun 24 '19 22:06 rodrigoaliste

as far as I know, there is no active work on this feature.

pmbethe09 avatar Jul 08 '19 14:07 pmbethe09

In case anyone is looking into this:

  • flex environment is easy, create container, and push container.
  • for the standard environment... https://github.com/ccontavalli/bazel-rules/tree/master/appengine is ugly but works.

ccontavalli avatar May 22 '20 15:05 ccontavalli