boto3 client NoRegionError

Smiling Sammy·2022년 3월 29일
0

debug

목록 보기
6/7

개요

boto3 연결 중 발생하는 error

athena = boto3.client('athena')

해결

athena = boto3.client('athena', region_name='ap-northeast-2')
  • ap-northeast-2: 서울 지역을 뜻함

참고

profile
Data Scientist, Data Analyst

0개의 댓글