cara menginstal googlemaps untuk aws sam lokal

#How to install pandas for aws sam local
Step1: Go to build directory of sam(sam-app>.aws-sam>build>HelloWorldFunction)
Step2: Now hear open terminal. Start installing packages 
Step3: sam-app/.aws-sam/build/HelloWorldFunction$ pip install googlemaps -t .
  # -t is for target directory
  # . for current directory
visualscrapper