-
AWS Glue Python 패키지를 github(https://github.com/awslabs/aws-glue-libs)에서 다운로드합니다.
-
다음 중 하나를 수행하십시오.
- Glue version 0.9의 경우, master 브랜치에 머무릅니다.
- Glue version 1.0의 경우, 브랜치 glue-1.0을 체크아웃합니다. 이 버전은 Python 3를 지원합니다.
$ wget https://github.com/awslabs/aws-glue-libs/archive/glue-1.0.zip $ unzip glue-1.0.zip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- encoding: utf-8 -*- | |
# vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab | |
# Required python packages | |
# pip install -U boto3>=1.26.159 | |
# pip install -U langchain==0.2.6 | |
# pip install -U langchain-aws==0.1.9 | |
# pip install -U langchain-community==0.2.6 | |
# pip install -U opensearch-py==2.2.0 |
https://catalog.workshops.aws/saasmetering
- region 정보 가져오기
aws configure get region