반응형 SMALL AWS Lambda2 Serverless with AWS Lambda (2) - 코드 PoC PoC: Proof of Concept 검증할 주요 내용에 대한 목표 설정 > 프로포 타이핑 > 배포를 통해 개념을 증명하는 것 AWS Lambda의 Node.js 미리 적어두지만 깔끔한 코드는 아니다. 이것저것 시도하면서 많이 변형되었다. 더보기 const AWS = require('aws-sdk');//aws의 sdk를 사용 const dynamo = new AWS.DynamoDB.DocumentClient();//aws dynamoDB와 연결 // node.js에서 내가 보낸 변수의 값은 event.변수명 으로 들어온다고 생각하면 된다. exports.handler = async (event, context, callback) => { // http에서 응답받기 위해 상태코드, 헤더, 바디 .. 2021. 1. 26. Serverless with AWS Lambda (1) AWS Whiteboard - PoC를 거치면서 한 Serverless 내용 정리 더보기 3 tier Architecture https://www.techiexpert.com/serverless-multi-tier-architecture-on-aws/ ⏯ Lambda로 게시판 서버 API 생성 https://www.youtube.com/watch?v=x0iyaENTxU0 Lambda & Gateway 시작 및 연결 https://gun0912.tistory.com/60 SQL vs NoSQL https://medium.com/harrythegreat/aws-%EC%84%9C%EB%B2%84%EB%A6%AC%EC%8A%A4%EB%A5%BC-%EC%9C%84%ED%95%9C-rds-proxy%EC%84%9C.. 2021. 1. 26. 이전 1 다음 반응형 LIST