-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "경희대학교 다섯 번째 모임 - 서버리스 서비스인 Lambda와 API Gateway 및 Elastic Beanstalk 핸즈온" | ||
date: "2023-07-12" | ||
author: "Sumin Kim" | ||
series: ["Kyung Hee University"] | ||
tags: ["Meetup", "Online"] | ||
--- | ||
|
||
## Event | ||
|
||
- 날짜: 2023-07-12 | ||
- 시간: 19:00 ~ 20:30 | ||
- 장소: 온라인 | ||
|
||
## Session | ||
|
||
- 주제: 서버리스 서비스인 Lambda와 API Gateway 및 Elastic Beanstalk 핸즈온 | ||
- 발표자: 최용욱 | ||
|
||
## Details | ||
|
||
여섯 번째 모임은 2023년 7월 12일(수요일)에 진행되었습니다. | ||
오후 19시 00분부터 20시간 30분까지 1시간 30분 동안 진행되고, 온라인으로 진행되었습니다. | ||
|
||
발표 주제는 `서버리스 서비스인 Lambda와 API Gateway 및 Elastic Beanstalk 핸즈온`으로, AWS의 컴퓨팅 서비스 중 하나인 Elastic Beanstalk이 어떤 서비스이고 해당 서비스를 사용하기 위해서 알아야할 환경이나 애플리케이션 등의 개념에 대해 학습하였고 실습은 Github actions을 이용해서 springboot 이미지를 Elastic Beanstalk으로 CD하는 작업을 진행하였습니다. 추가적으로 서버리스 서비스 중 대표적인 Lambda에 대해 학습하고 Lambda와 API Gateway를 이용해서 해당 서비스를 특정 엔드포인트로 노출을 하고 github의 webhook을 이용해서 repo에서 특정 event가 일어났을 때 해당 엔드포인트로 요청을 보내서 Lambda함수가 실행되도록 실습을 진행하였습니다. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "경희대학교 일곱 번째 모임 - 데이버테이스 서비스인 RDS와 DynamoDB, ElastiCache 핸즈온" | ||
date: "2023-07-19" | ||
author: "Sumin Kim" | ||
series: ["Kyung Hee University"] | ||
tags: ["Meetup", "Offline"] | ||
--- | ||
|
||
## Event | ||
|
||
- 날짜: 2023-07-19 | ||
- 시간: 19:00 ~ 20:30 | ||
- 장소: 전정대 226호 | ||
|
||
## Session | ||
|
||
- 주제: 데이버테이스 서비스인 RDS와 DynamoDB, ElastiCache 핸즈온 | ||
- 발표자: 김수민 | ||
|
||
## Details | ||
|
||
일곱 번째 모임은 2023년 7월 19일(수요일)에 진행됩니다. | ||
오후 19시 00분부터 20시간 30분까지 1시간 30분 동안 진행되고, 장소는 경희대학교 국제캠퍼스 전자정보대학관 226호 강의실에서 진행하였습니다. | ||
|
||
발표 주제는 `데이버테이스 서비스인 RDS와 DynamoDB, ElastiCache 핸즈온`으로, 데이터베이스 서비스 중 하나인 RDS의 기본적인 개념과 지원되는 DB 엔진, 배포 방식 등 전체적인 RDS의 흐름에 대해 학습하였고 RDS에서 AWS의 사유 서비스인 Aurora에 대해 학습을 진행하였습니다. 또한, NoSQL 서비스인 DynamoDB와 인메모리 DB로서 cache를 위해 사용되는 ElastiCache 서비스가 어떤 것이고 어떻게 구성되었는지 학습을 진행하였습니다. |