본문 바로가기

Cloud/AWS19

[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.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.
[2021.06.17] 인턴 +108 How to set up git client for code commit operations? (+AWS IAM LOGIN,AWS IAM(USER) Credentials) [2021.06.17] 인턴 +108 How to set up git client for code commit operations? (+AWS IAM LOGIN,AWS IAM(USER) Credentials) 이번 게시글은 git 클라이언트를 설정하여, 코드 커밋 작업을 하기 위해 작성하려고 한다. 해당 설정을 완료하면, 로컬 컴퓨터의 모든 파일에서 작업을 할 수 있다. ----------------------------------------------------------------------------------------------------- +@ PC에 git(깃)을 설치 하는 방법 https://injekim97.tistory.com/186 [2021.04.16] 인턴 +46 Git bash .. 2021. 6. 17.
[2021.06.09] 인턴 +100 AWS Lambda 정의 및 사용법(API Gateway) [2021.06.09] 인턴 +100 AWS Lambda 정의 및 사용법(API Gateway) https://ap-northeast-2.console.aws.amazon.com/lambda/home?region=ap-northeast-2#/functions https://ap-northeast-2.console.aws.amazon.com/lambda/home?region=ap-northeast-2#/functions ap-northeast-2.console.aws.amazon.com * Lambda -> AWS 에서 제공하는 FaaS 서비스 -> AWS Lambda는 아마존 웹 서비스(Amazon Web Services)에서 제공하는 서비리스 컴퓨팅 서비스 -> 서버리스 컴퓨팅은 애플리케이션을 실행하기.. 2021. 6. 9.