Skip to content

Commit

Permalink
Add new session posting
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed Jan 14, 2025
1 parent 92ea515 commit e9eb25a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
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>
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 not shown.

0 comments on commit e9eb25a

Please sign in to comment.