Replies: 1 comment 5 replies
-
Sorry for the trouble! I'm not sure I understand fully to be able to help, so I'll ask questions instead: is the code in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a main
go_binary
that needs the output from anothergo_binary
module to be included. The module binary is zipped up and uploaded into aws lambda by the main go binary.I've tried:
main/BUILD
module/BUILD
I've also tried the following targets instead of
lambda
:module_lambda
module.go:lambda
with no luck. I debugged by outputting all the files in the executable path, but also by using
keep-sandboxes" and inspecting the directory afterwards. It only contains the
main` binary :(What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions