We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest (v1.13.26 currently)
go version
Go 1.9
The Lambda CreateFunction API accepts nodejs8.10 as a runtime and Lambda Developer Guide also notes the NodeJS v8.10 runtime as available, however it is missing from the service JSON model and therefore it is missing from the SDK as a constant: https://github.com/aws/aws-sdk-go/blob/master/models/apis/lambda/2015-03-31/api-2.json#L1542-L1556
nodejs8.10
The text was updated successfully, but these errors were encountered:
Looks like this was added in v1.13.27 -- closing!
Sorry, something went wrong.
No branches or pull requests
Version of AWS SDK for Go?
Latest (v1.13.26 currently)
Version of Go (
go version
)?Go 1.9
What issue did you see?
The Lambda CreateFunction API accepts
nodejs8.10
as a runtime and Lambda Developer Guide also notes the NodeJS v8.10 runtime as available, however it is missing from the service JSON model and therefore it is missing from the SDK as a constant: https://github.com/aws/aws-sdk-go/blob/master/models/apis/lambda/2015-03-31/api-2.json#L1542-L1556The text was updated successfully, but these errors were encountered: