Wednesday, December 11, 2019

Using API Gateway with Java

This is a multipart experiment at trying to deploy an API Gateway instance on AWS which can integrate with a tell-don't-ask dispatch server, websockets and Couchbase.

The first few steps are to try and get a basic API Gateway server up with a Proxy Lambda behind it.
Then we want to merge in the Tell-Don't-Ask server
Then we want to introduce websockets
Finally, we want to handle unsolicited traffic

No comments:

Post a Comment