전체 글346 [2021.06.29] 인턴 +120 How to connect AWS S3 using Python ?(+boto3) [2021.06.29] 인턴 +120 How to connect AWS S3 using Python ?(+boto3) Boto3 란? -> Python 언어 용 AWS 서비스와 쉽게 통합 할 수 있도록 AWS는 boto3 라는 SDK를 제공 -> Python 애플리케이션을 S3 , DynamoDB , SQS 및 더 많은 서비스와 통합 할 수 있음 (데이터 저장, 검색 및 삭제가능) how to install Boto3 ? pip install boto3 Sample code for using boto3 module import boto3 lambda_client = boto3.client('lambda', region_name='ap-northeast-2', aws_access_key_id='자격증명 생.. 2021. 6. 29. [2021.06.28] 인턴 +119 How to upload Library Module in AWS Lambda(selenium,pyautogui,pymysql) [2021.06.28] 인턴 +119 How to upload Library Module in AWS Lambda(selenium,pyautogui,pymysql) 우선, pyautogui 모듈을 로컬 PC에서 설치 후 압축해야한다. 1. 로컬디스크에 새폴더를 만든다. 2. 만든 새폴더에 경로 부분에 cmd를 친다 3. pip3 install pyautogui -t . * 여기서 .은 꼭 -t . 으로 하자 -t. 으로 하면 안됨 4. 3번을 통해 파일이 받아진 파일을 전부 드래그하여 pyautogui.zip으로 압축한다. ------------------------------------------------------------------------------------------------------.. 2021. 6. 28. [2021.06.24] 인턴 +115 How to upload in AWS Layer (+Layer concept, Lambda function add layer) [2021.06.24] 인턴 +115 How to upload in AWS Layer (+Layer concept, Lambda function add layer) AWS Lambda 에서, crawling을 돌리기 위해서, 이번에는 AWS Layer 개념 및 업로드 방법에 대해 알아보도록 하자 AWS Lambda & Layer structure 이미지 출처: https://lumigo.io/aws-serverless-ecosystem/aws-lambda-layers/ AWS Layer -> 패키지 또는 라이브러리를 압축하여 업로드 함으로써 여러 람다함수에서 접근하여 코드 수정 없이 사용가능 -> Lambda function 최대 5개의 레이어를 참조가능 -> 업로드가 성공하면 새로운 람다 레이어가 생성.. 2021. 6. 24. [2021.06.24] ASUS 노트북 불량 제품인지 확인하는 방법? [2021.06.24] ASUS 노트북 불량 제품인지 확인하는 방법? ★★★★★ ASUS는 3dp chip을 사용하지 말고, 무조건 제조사 홈페이지에서 드라이버를 설치 할 것 ★★★★★ https://rog.asus.com/kr/laptops/rog-strix/2021-rog-strix-g15-series/helpdesk_download 2021 ROG STRIX G15 SERIES Focused firepower in the ROG Strix G15/17 streamlines and elevates the core Windows 10 Pro gaming experience. Featuring up to a powerful AMD Ryzen™ 9 (H) CPU and GeForce RTX™ XXXX GP.. 2021. 6. 24. [2021.06.22] 인턴 +113 How to deploy SAM Application in VS Code? [2021.06.22] 인턴 +113 How to deploy SAM Application in VS Code? 이번 게시글은 드디어 VS Code에서, Lambda를 배포하기 위한 내용을 작성하려고 한다. 우선, 해당 아래의 링크를 클릭하여, Setting을 해준 후, 이번 게시글의 내용을 차례대로 수행하면 된다. * 참고한 동영상 주소 -> Deploy a Serverless Application Model (SAM) Application with the AWS Toolkit for VS Code - YouTube [2021.06.17] 인턴 +108 How to set up git client for code commit operations (AWS, +@ AWS IAM LOGIN) :: 기초부터 .. 2021. 6. 22. [2021.06.18~21] 인턴 +109 How to Connect AWS Lambda in VS code AWS toolkit? (+Credentials create) [2021.06.18~21] 인턴 +109 How to Connect AWS Lambda in VS code AWS toolkit? (+Credentials create) 오늘은, 서버리스를 위해, AWS Lambda 기능을 사용해야하는데, AWS Toolkit을 사용해야 한다. AWS toolkit 사용법 과 Visual Studio Code에서 AWS를 연동하는 방법에 대해 알아보자. https://docs.aws.amazon.com/ko_kr/toolkit-for-vscode/latest/userguide/toolkit-navigation.html AWS Toolkit for Visual Studio 코드탐색 - VS 코드용 AWS 도구 키트 이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니.. 2021. 6. 18. 이전 1 ··· 42 43 44 45 46 47 48 ··· 58 다음