Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Your First Backend API and Database with NodeJS and AWS
Rating: 4.6 out of 5(35 ratings)
282 students

Your First Backend API and Database with NodeJS and AWS

Take the step towards becoming a Full-stack serverless developer
Created bySam Williams
Last updated 6/2020
English

What you'll learn

  • Creating an API on AWS
  • Creating a Cloud Database on AWS
  • Deploying your API with the Serverless Framework

Course content

3 sections9 lectures1h 20m total length
  • Welcome and overview1:03
  • Introduction and Registration for AWS Account6:15
  • Creating AWS Credentials and Serverless Framework Install4:08

    To be able to deploy the code from our computer to our AWS account we need to do some setup. We can then install serverless onto our computer and add the credentials of the user to our serverless system.


    npm install -g serverless

    serverless config credentials --provider aws --key YOUR_AWS_KEY --secret YOUR_AWS_SECRET --profile serverlessUser


  • Create Your First Serverless Project5:16

    In this video we're going to create and deploy our first project. We're going to use a serverless command to generate a project template for us and then we're going to deploy it and see the created function in our AWS account.


    serverless create --template aws-nodejs --path myServerlessProject

    sls deploy


Requirements

  • Basic understanding of JavaScript
  • NodeJS installed on their computer

Description

Who is this course for?

If you're a front-end or junior developer who wants to take the next step in your career then this is the course for you.

By the end of this course you will have:

  • Set up your AWS Account

  • Created your own project with Serverless

  • Deployed two API endpoints

  • Deployed a Database to store your data

With this you'll be well on you way to becoming a full stack developer.

Requirements

  • Basic writing JavaScript

  • NodeJS installed on your computer

Who this course is for:

  • Front end developers wanting to become full stack