PROJECT STRUCTURE

weather-dashboard/

  src/
  
    __init__.py
    weather_dashboard.py
    
  tests/
  
  data/
  
  .env
  
  .gitignore
  
  requirements.txt

image

PROCESS

I started by opening up VSCode, where I have the latest python script as well as AWS access. image

After changing the directory and getting into the folder that has access to the ‘requirements.txt’ file, I was able to complete the install. image

I made sure to create the environment, to which I learned that if there is not a specific way to create the environment… the echo command will automatically create the environment. image

Next was the process to create the file for the installed requirements. image

Finally I entered my AWS credentials to connect to the IAM console as well as access to the S3 buckets. Using the aws configure command prompt.

I was confused by running into this problem. image

AND THERE WE HAVE IT!

image

Here’s the view from the AWS console showing the presence of each state that we pulled weather updates from. image


<
Previous Post
Creating An Amazon Chatbot!
>
Next Post
SPORTS DATA IO