Closed styfle closed 4 years ago
I am not able to create a function with Layers defined. I think the issue is that the spec is from 2015 and was last updated in #55.
Layers
For example, I see MemorySize but not Layers.
MemorySize
The the javascript SDK and the CreateFunction API says that Layers is an optional array of strings.
Is it possible to update lua-aws to support layers?
lua-aws
I am not able to create a function with
Layers
defined. I think the issue is that the spec is from 2015 and was last updated in #55.For example, I see
MemorySize
but notLayers
.The the javascript SDK and the CreateFunction API says that
Layers
is an optional array of strings.Is it possible to update
lua-aws
to support layers?