You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is there a general lambda runtime without a version suffix in the first place? When to expect retrieving a lambda function's FunctionConfiguration which has this runtime attached?
Why the other languages, e.g. java, don't have a general runtime enum value without a version?
Why are the constants not used in the function below? Are they used somewhere besides the documentation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have some questions regarding the version of the lambda type const `RuntimeNodejs Runtime = "nodejs"
aws-sdk-go-v2/service/lambda/types/enums.go
Lines 337 to 340 in 24a9fca
FunctionConfiguration
which has this runtime attached?aws-sdk-go-v2/service/lambda/types/enums.go
Line 375 in 24a9fca
Beta Was this translation helpful? Give feedback.
All reactions