Skip to content

I added a DynamoDb table & using s3 bucket, I'm gonna create a website to show the number of person detected

Notifications You must be signed in to change notification settings

Rauchdimehdi/PersonCountingRaspberry_WebsiteVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PersonCountingRaspberry_WebsiteVersion

After creating a project that detect persons, I decided to make a simple website and host it on amazon s3 out_22

  • First we need to create our Table on DynamoDb with an id & value that gonna be updated each time the raspberry detect a person

DynamoDb Table

Screenshot 2020-06-16 at 13 57 02

  • We need to update our Lambda function so it can access to DynamoDb Table

Screenshot 2020-06-16 at 14 26 17

- Create a website, upload it to s3 bucket and change the properties to Static Website Hosting

Screenshot 2020-06-16 at 21 52 55

+As a result we get a simple website like this

Our website refreach itself every 2 seconds using setTimeout() HTML function

Screenshot 2020-06-16 at 13 55 52

Since we still in lockdown I can only test it on myself

Screenshot 2020-06-16 at 13 55 26

Here is a video where I did explain all these steps https://www.youtube.com/watch?v=Rh74_VjmqFw

About

I added a DynamoDb table & using s3 bucket, I'm gonna create a website to show the number of person detected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages