-
Notifications
You must be signed in to change notification settings - Fork 2
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
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
website/src/content/sessions/AWS_컨테이너_서비스로_나만의_AI_기반_서비스_배포하기_김건탁/index.mdx
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,14 @@ | ||
--- | ||
title: "AWS 컨테이너 서비스로 나만의 AI 기반 서비스 배포하기" | ||
description: "컨테이너와 친해질 수 있는 시간을 가져보고자 합니다. AWS에서 제공하는 다양한 컨테이너 관련 서비스들에 대해서 알아보고, 사용해보고자 합니다. (feat. Amazon Bedrock)" | ||
date: "01/08/2025" | ||
speaker: "김건탁 | 인하대학교" | ||
--- | ||
|
||
import PDFViewer from "@/components/PDFViewer.tsx"; | ||
|
||
import pdf from "./presentation.pdf"; | ||
|
||
<div class="w-full"> | ||
<PDFViewer file={pdf} client:only="react" /> | ||
</div> |
Binary file added
BIN
+1.84 MB
website/src/content/sessions/AWS_컨테이너_서비스로_나만의_AI_기반_서비스_배포하기_김건탁/presentation.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
website/src/content/sessions/늦게나마_풀어보는_re:Invent_2024_회고_송승호/index.mdx
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,14 @@ | ||
--- | ||
title: "늦게나마 풀어보는 re:Invent 2024 회고" | ||
description: "re:Invent 2024에 커뮤니티 참관단 자격으로 갔다 왔습니다. 해당 행사가 어떤 행사인지, 그리고 제가 보고 배우고 느꼈던 경험들을 함께 공유하고자 합니다." | ||
date: "01/08/2025" | ||
speaker: "송승호 | AUSG" | ||
--- | ||
|
||
import PDFViewer from "@/components/PDFViewer.tsx"; | ||
|
||
import pdf from "./presentation.pdf"; | ||
|
||
<div class="w-full"> | ||
<PDFViewer file={pdf} client:only="react" /> | ||
</div> |
Binary file added
BIN
+20.3 MB
website/src/content/sessions/늦게나마_풀어보는_re:Invent_2024_회고_송승호/presentation.pdf
Binary file not shown.