Duo Xu

Results 3 comments of Duo Xu

For now I create a abstract classe which extends java.util.List to bypass this pb...not sure if it is appropriate `abstract class ListString extends java.util.List[String]` `ApiImplicitParam(dataType = "models.ListString")`

For now I create a abstract classe which extends java.util.List to bypass this pb...not sure if it is appropriate abstract class ListString extends java.util.List[String] ApiImplicitParam(dataType = "models.ListString")

Hello, For now I do not think that this works directly in the plugin. What you can try is to implement yourself this function in serverless-plugin-aws-resolvers. I was inspired by...