umegaya / lua-aws

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

update API definition #79

Closed umegaya closed 3 years ago

umegaya commented 3 years ago

refs #78

TODO

umegaya commented 3 years ago

update API definition and able to send function creation request to AWS, but cannot create function from API, I saw user of other aws library (boto3) also reported same error. https://github.com/boto/boto3/issues/2705 so maybe bug of handler of aws lambda API itself.

umegaya commented 3 years ago

problem is: PackageType = "Image" is required to create function with ImageUrl