https://kotlinlang.org logo
Title
m

Madhan

03/20/2020, 6:36 AM
Hi, I'm Android developer, want to develop Rest api. Can any one explain me how can i host Ktor application in aws server.
e

e5l

03/20/2020, 6:36 AM
@cy
b

Bino

03/20/2020, 6:49 AM
@Madhan Look at this journey w/ sample code. https://reladev.org/my-kotlin-aws-journey/ On AWS you can deploy container instances eg. docker or jar files without container. More on this topic is written in the doc
👍 2
m

Madhan

03/20/2020, 6:59 AM
@Bino thanks for your input. will check
c

Colton Idle

03/20/2020, 1:31 PM
If you just need something quick and not many endpoints, you could also just use AWS lambda. I use that when I need like 2-3 quick endpoints to get something done.
m

Madhan

03/20/2020, 1:56 PM
Actually I'm working on big project like healthcare project. for that we have admin panel and ios/android app. I find some difficulties in deployment.
c

Colton Idle

03/22/2020, 2:30 AM
Healthcare project? I think AWS has some hippa compliant locations. But besides AWS lambda I don't know much more. good luck.