What's the point of entry
in go.GoFunction
?
#28703
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I am writing a
golang
lambda and in CDK theentry
field is mandatory and explain as suchBut I am providing a
bundling
field that has adockerImage
field and thatimage
has all of the necessary information about the entrypoint and how to build the actual container. So what is the need ofentry
, or at least, why is it mandatory?docs for reference (I am using Typescript)
Beta Was this translation helpful? Give feedback.
All reactions