Hi,
Please can you consider providing interoperability for Swift project by improving support Objective C interoperability feature like:
Something even greater would be to have a full Swift value type support for all of the generated code from AWS platform.
Thanks,
Hi,
I use the 2.4.5 version of AWSCore. I use AWS API Gateway to generate my AWSModel and the issue is in that part of the process I think. Can I improve my model on AWS API Gateway in order to have better type information in the generated SDK ?
The issue that I have is simple. I'm in swift so I have to verify all the time if my properties on my AWSModel a nil or not because I don't have nullability annotation on it. This might cause a lot a crash.
Cheers,
Thanks, we will update you when the fix is out
@mackoj this issue is fixed. Please download the sdk again from the api gateway console.
Can you please remove the space character added in the methods between
the first parenthesis and the class name for the parameters into *ApiClient.h?
- (AWSTask *)usersUserIdPut:( NSString *)userId body:( UserModel *)body;
Thank you 馃槈
Most helpful comment
@mackoj this issue is fixed. Please download the sdk again from the api gateway console.