DEV Community

Discussion on: Build a Simple Static Site on Amazon S3

Collapse
 
petereagle66 profile image
PeterEagle66

Hi Andrew

So I want to use a similar scenario - but instead of displaying info from a weatherservice URL I have data that I am already recording from a remote sensing device that is being stored in an AWS DynamoDB database. If I have the ARN of the DB - could you suggest how I could modify the weather.js code you used here to pull in that data instead?

Thanks so much