Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

console.log(“ajax”);
let fetchBtn = document.getElementById(‘fetchBtn’);
fetchBtn.addEventListener('click', buttonClickHandler);
function buttonClickHandler() {
console.log('you have clicked to fetchBtn');
const xhr = new XMLHttpRequest();
xhr.open('GET', 'harry.txt', true);
}