Fork me on GitHub
#aws
<
2021-12-14
>
jjttjj22:12:21

I have to expose a couple of http endpoints on a server for a Clojure app running jetty that I'd like to avoid directly exposing to incoming traffic. Is there a way to use something on AWS (ApiGateway?) to avoid having to set up an nginx proxy to the jetty server? I can't seem to verify if it's possible to route public requests from ApiGateway to server in a private VPC, and if it is possible, if that's overkill and I'm better off just setting up and maintaining nginx

hiredman22:12:04

depending on the functionality you want it might be simpler to standup cloudfront in front

jjttjj22:12:10

Thanks! I'll look at that closer