AWS : EB Platform : PARK_TODO_APP : LLM 확장 (timeline, finance, documents 등)
2025-01-30(목) 기존 테이블 데이터를 정리하기 위함.
2025-01-30(목) 기존 테이블 데이터를 정리하기 위함.
2025-01-30(목) Meeting Notification / Meeting Minutes / Null Table / TimeStamp Insert
https://docs.aws.amazon.com/ko_kr/apigateway/latest/developerguide/welcome.html
2025-01-30(목) API를 통해서 응답받은 json 파일을 S3에 저장 필요 #sample_code => 완결처리 [Sample code Json to S3] [Sample Code and Execution Response] import boto3 import requests from botocore.auth import SigV4Auth from botocore.awsrequest import AWSRequest def call_api_with_iam_auth(api_url, region, method=’GET’, body=None): # IAM 자격 증명 생성 session=boto3.Session() credentials=session.get_credentials() # 요청 생성 request=AWSRequest(method=method, url=api_url, data=body) # SigV4 서명 … Read more
2025-01-30(목) 1) API GateWay를 통해서 생성된 람다함수에 변수추가 가능해야함 => 추가완료. 2) API 인증 방식 중에 Open과 IAM이 있는데 IAM 사용자는 어떻게 호출하는지 샘플 코드 필요함. #authentication_iam => 성공완료, 링크에 첨부된 call_api_with_iam_auth 사용. 질문 : aws api gateway, how to authenticate when IAM user access only, when trigger call. 답변 : AWS API Gateway에서 IAM … Read more
https://www.sbiztoday.kr/news/articleView.html?idxno=23522
Creating a Serverless Python API to return stock price information with AWS Lambda and API Gateway https://www.linkedin.com/pulse/creating-serverless-python-api-return-stock-price-aws-chinmay-bhelke?utm_source=share&utm_medium=member_android&utm_campaign=share_via
https://entranceconsulting.com/aws-lambda-vs-elastic-beanstalk/
https://m.blog.naver.com/PostView.naver?blogId=rokomokodon&logNo=222905641295&proxyReferer=https:%2F%2Fwww.google.com%2F&trackingCode=external
2025-01-30(목) Docker Image를 통해서 함수 생성 성공 Tags : AWS, Lambda, Docker, Python, 함수생성, ECR, Dockerfile, boto3, 클라우드컴퓨팅, 서버리스, 컨테이너화, 개발자도구, 클라우드배포, AWS SDK 1. Docker Image를 통한 AWS Lambda 함수 생성 과정이 잘 설명되어 있습니다. 2. 스크린샷을 통해 각 단계를 시각적으로 보여주고 있어 이해하기 쉽습니다. 3. Dockerfile을 사용하여 Lambda 함수에 패키지를 설치하는 방법에 대한 … Read more