Static site hosting on S3
A static site is one where there is no server side computation required, no database lookups, just ask for a resource by name, and get it back. You can do client side computations with javascript,… »
A static site is one where there is no server side computation required, no database lookups, just ask for a resource by name, and get it back. You can do client side computations with javascript,… »
It’s a common enough operation, the client needs to upload or download something, an image, video, audio file, to or from your service. But, the way that it is done (on the serverside) can have… »
Amazon’s cloud service (AWS) allows for an event based architecture, that is, a series of products can be linked to one another via events, with the events emitted by one product being processed by another… »