illustration for retired - Build an App with the AWS Cloud Development Kit

retired - Build an App with the AWS Cloud Development Kit

Instructor

Tomasz Łakomy
1h 13m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.8
209
people completed
Bookmark
Download
RSS

NOTE: This course has been retired because it uses AWS CDK v1. Navigate to version 2 of the course here

Amazon AWS is one of the most popular cloud providers in the world, but it can also be daunting to learn thanks to the alphabet soup of service acronyms.

Once you've figured out which subset of services to use, you've got a lot of clicking around to do in order to get things configured.

Not anymore!

With the AWS Cloud Development Kit (CDK), you are able to configure AWS services from your terminal & editor.

Even better, you can do your configuration, frontend, and backend all with the same language.

In this course, Tomasz Łakomy will guide you through using TypeScript to complete the lifecycle of an application powered by AWS CDK. You'll see how to start a project, develop it locally, deploy it globally, then tear it all down when you're done.

The services & development approach Tomasz demonstrates in this course are used by countless companies around the world.

Is yours next?

Credits

Kamil Khadeyev (illustration)

Listen to Tomasz Łakomy tell you about this course:

What you'll learn

  • Execute AWS Lambda functions locally
  • Create Amazon S3 buckets with AWS CDK
  • Attach an API Gateway to a Lambda function
  • Add & Remove DynamoDB data with Lambda functions
  • Manage permissions in the cloud
  • Connect a frontend React app to AWS CDK infrastructure
  • Deploy a finished app to S3
  • Destroy a CDK stack

Learner Reviews

  • Kevin Barnoin
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    very nice lecture, i'd have like to see how to implement the CI/CD part, where if you update the frontend of backend, it triggers a build & deploy using codebuild for exemple, getting the code from github or codecommit. Thanks Tomasz, best, Kevin

  • mac
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Great work, clear concepts, very good and sweet-short videos, that is what I wanted!

  • Kathrin
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    This is just a great course for seeing the whole process all the way through. The only critique, which would be easily fixed in the discussion section, is that there are tiny breaking changes since the course was recorded, but I've been overwhelmed by where to start in AWS and this was exactly what I needed.

  • dev f22
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    I did not know this existed. This makes it very easy to work with cloudformation setups instead of yaml files. Your course is setup in a good way to grasp the concepts easily. Thank you.

  • Jeremy
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What was your strongest take away from this collection?

    The course was very helpful. Need to emphasis more that the git repository is really needed to use this course, as some of the videos are out of date. The branches in git are in alphabetic order not course orde. Perhaps a chapter numbering scheme could be implemented so that the right branch for the right lesson is easier to find.

  • Tunca Tunc
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    As most of 🥚 courses it’s short and concise. The aws was very vogue to me. I started to learn aws amplify from another course. This made me learn what’s going on behind scene.

Course Content

1h 13m • 27 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.