I'm wanting to jump boat to use swift for server side stuff.
It seems this repo would help facilitate returning a model from mysql database.
The fluent readme is a bit thin - aws seems to want people to use dynodb across samples though they do reference vapor.
I will keep my eyes peeled for AWSLambdaRuntime + mysql
When I get the model and data back (providing I get the associated data) - will it auto populate attributes that have nested models?
eg.
FeedItem
-> comments:[Comment]
With developments from AWS + swift + lambda - https://github.com/swift-sprinter/aws-serverless-swift-api-template
I'm wanting to jump boat to use swift for server side stuff. It seems this repo would help facilitate returning a model from mysql database.
The fluent readme is a bit thin - aws seems to want people to use dynodb across samples though they do reference vapor. I will keep my eyes peeled for AWSLambdaRuntime + mysql
When I get the model and data back (providing I get the associated data) - will it auto populate attributes that have nested models? eg. FeedItem -> comments:[Comment]