umegaya / lua-aws

pure-lua implementation of aws REST APIs
122 stars 35 forks source link

Missing `Layers` in when creating a Lambda Function #72

Closed styfle closed 4 years ago

styfle commented 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.

For example, I see MemorySize but not Layers.

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?