---

layout: default
---
## Workshops
<div class="main-areas">
    <div class="box">
        <a class="box-link" href="{{ site.workshop_url }}">
            <div class="box-top"></div>
            <div class="box-content">
                <span class="iconify icon" data-icon="eos-icons:system-ok-outlined" data-inline="false"></span>
                <h3>Getting Started Workshop</h3>
                <h5>Learn about the AWS DDK</h5>
            </div>
        </a>
    </div>
    <div class="box">
        <a class="box-link" href="{{ site.sdlf_workshop_url }}">
            <div class="box-top"></div>
            <div class="box-content">
                <span class="iconify icon" data-icon="eos-icons:system-ok-outlined" data-inline="false"></span>
                <h3>SDLF Workshop</h3>
                <h5>Learn how to deploy the serverless datalake framework with the DDK </h5>
            </div>
        </a>
    </div>
</div>