A 'simple' React Web Application making use of three AWS services
Spencer Carver
June 21, 2018
A quick aside into the project I was planning to build as a serverless web app
Public API:
https://data.cityofnewyork.us/City-Government/NYC-Permitted-Event-Information/tvpp-9vvx
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>AWS Serverless Demo</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
</div>
<script type="text/javascript" src="{ !!! S3 URL TO BE DETERMINED !!! }">
</script>
</body>
</html>S3 is $0.023 / GB
Our bundle is 2mb
* I didn't space this out enough to get anything other than an estimate for the Serverless solution