Redirect all HTTP to HTTPS without ELB

Viewed 145

I'm trying to redirect all my APIs and web HTTP requests to HTTPS in Swift Perfect. I have deployed code into AWS. When I Googled, all I'm getting is using ELB which I'm not using. Are there any workaround to redirect to https port inside code?

1 Answers
Related