Course Overview: Develop a Serverless Backend using Node.js on AWS Lambda

Nik Graf
InstructorNik Graf
Share this video with your friends

Social Share Links

Send Tweet
Published 6 years ago
Updated 3 years ago

This introduction provides some insights what serverless is about and walks you through an overview of the course's content.

Instructor: [00:00] Serverless is all about giving you more time to work on a product. The outsourcing infrastructure management to cloud providers, it aims to reduce operational complexity and cost. At its core, serverless architecture sees function as a service, or short, FaaS.

[00:18] These are ephemeral containers that autoscale and have a pay-per-execution pricing. You don't need to maintain the service hosting your functions, since your cloud provider is taking care of that.

[00:30] Since computing alone doesn't cut it, the second piece are other services that you configure to offer you storage, messaging, API proxies, and so on. Same as with your functions, at no point you need to maintain the server infrastructure.

[00:45] The goal of this course is to give you a hands-on introduction to building a serverless back end on AWS. Our code will be written in Node.js, and as build and deploy tool, we're going to use the serverless framework.

[00:58] The back end we are going to build is an HTTP API that stores and retrieves data. I hope this course is helpful to you, and I'm looking forward to hear about the serverless applications you plan to build.

egghead
egghead
~ 2 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today