Skip to content

Commit 6327dd3

Browse files
committed
feat: add aws and Davide De Sio
1 parent 8f4cd2f commit 6327dd3

4 files changed

Lines changed: 34 additions & 14 deletions

File tree

public/speakers/davide-de-sio.jpeg

72.6 KB
Loading

src/Components/Sponsors.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// import logoServerlessDark from '../assets/sponsors/logo serverless dark.svg';
22
// import logoServerlessGuru from '../assets/sponsors/serverless-guru-logo.svg';
33
import logoBeSharp from '../assets/sponsors/logo_besharp.svg';
4-
// import logoAWS from '../assets/sponsors/Amazon_Web_Services_Logo.svg';
4+
import logoAWS from '../assets/sponsors/aws-white.svg';
55
// import logoNTTData from '../assets/sponsors/NTT-Data-Logo.svg';
66
// import logoCodecrafters from '../assets/sponsors/codecrafters-logo.png';
77
// import logoTAG from '../assets/sponsors/TAG-logo.svg';
@@ -35,13 +35,13 @@ const Sponsors = () => {
3535
// imageClassName: 'h-24 md:h-32',
3636
// type: 'single',
3737
// },
38-
// {
39-
// image: logoAWS,
40-
// url: 'https://aws.amazon.com/',
41-
// sponsorType: 'Headline',
42-
// imageClassName: 'h-24 md:h-32',
43-
// type: 'single',
44-
// },
38+
{
39+
image: logoAWS,
40+
url: 'https://aws.amazon.com/',
41+
sponsorType: 'Headline',
42+
imageClassName: 'h-24 md:h-32',
43+
type: 'single',
44+
},
4545
// {
4646
// image: logoOBN,
4747
// url: 'https://offbynone.io/',

src/assets/discoveryTrack.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,16 @@
211211
},
212212
"talk": {
213213
"name": "Davide De Sio",
214-
"avatar": "",
214+
"avatar": "/speakers/davide-de-sio.jpeg",
215215
"location": "",
216216
"bio": "",
217217
"twitter": "",
218-
"url": "#",
218+
"url": "https://www.linkedin.com/in/desiodavide",
219219
"organization": "Eleva",
220220
"job_title": "",
221-
"title": "Sponsored Talk by Eleva",
222-
"description": "",
223-
"abstract": "",
221+
"title": "Serverless to the rescue: generative AI architectural patterns",
222+
"description": "If you’re wondering how to integrate GenAI APIs, deploy RAG pipelines, run MCP servers or spin up AI agents without drowning in infrastructure, this talk is for you. We’ll show why serverless is the natural match for Generative AI: flexible, quick to adapt, designed to orchestrate. Build faster, scale seamlessly, and keep the focus on innovation instead of operations.",
223+
"abstract": "If you’re wondering how to integrate GenAI APIs, deploy RAG pipelines, run MCP servers or spin up AI agents without drowning in infrastructure, this talk is for you. We’ll show why serverless is the natural match for Generative AI: flexible, quick to adapt, designed to orchestrate. Build faster, scale seamlessly, and keep the focus on innovation instead of operations.",
224224
"audience_level": "All",
225225
"tags": []
226226
}
@@ -318,4 +318,4 @@
318318
"description": "This session follows the main stage content. Please refer to the main track for details."
319319
}
320320
}
321-
]
321+
]

src/assets/sponsors/aws-white.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)