Closed umegaya closed 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.
problem is: PackageType = "Image" is required to create function with ImageUrl
refs #78
TODO