Chris Kent

Results 18 comments of Chris Kent

The end-to-end test might be useful as a basis for testing if the example projects still work with each release. So maybe it should be published so they can depend...

This might help: https://github.com/duo-labs/cloudtracker

This isn't necessary until Lambda supports Java 11.

https://aws.amazon.com/blogs/compute/announcing-websocket-apis-in-amazon-api-gateway/

This would be particularly useful for endpoints that need to start an async calculation and return a response to the caller while the calculation is still ongoing. The obvious way...

The workaround for this is to define everything in the Osiris application - Cognito, VPC etc

It would be good if this could seamlessly work in the case where there are no separate environments defined.

> Would that allow me set up a configuration which bypasses Authentication when running locally, but keep it secure when deployed to AWS? That's what happens anyway. The local server...