
Explore the Cervalis framework, a free open source serverless platform for deploying and debugging functions across AWS, Google Cloud Platform, and Microsoft Azure using infrastructure as code.
Explore real-world serverless deployments with Cervalis on Amazon Web Services, including Coca-Cola's vending savings, Netflix's massive video streaming, iRobot's cloud robots, and Vogue's photovoltaic platform.
Discover more valuable content on full stack development, ai, career development, growth, startup life, and teaching style on my new free YouTube channel; subscribe for value.
Explore microservices architecture by contrasting monolithic design with domain-based services, API gateways, and independent scaling, deployment, and technology choices.
Discover the AWS free tier for new users. After the free tier, Lambda costs 60 cents per million invocations, and database reads at one dollar per million.
Install and verify Node.js and npm, ensure the latest LTS version, use npm to install dependencies for your project, and confirm with node --version before moving on.
Install the Serverless Framework CLI via npm for easy installation, management, and upgrades; then verify the setup with the version command and consult the getting started docs.
Configure the AWS CLI by creating a new IAM user with programmatic and console access, attach administrator policy, capture access keys, and sign in using the Ireland region.
Learn to set up AWS budgets and alerts to prevent unexpected charges by using the billing dashboard, create a monthly budget, and configure alerts for actual and forecasted costs.
Explore how DynamoDB, a fully managed AWS NoSQL database, uses partition and sort keys, secondary indexes, and on-demand or provisioned capacity to deliver fast, durable performance.
Develop a get auctions endpoint to return all auctions from the DynamoDB table using a scan, with a new handler and plans to switch to querying.
Implement a get auction by id operation in a serverless Node.js AWS project, using a path parameter id to query the auctions DynamoDB table and return the item.
Deploy an authentication service with Auth0 to authorize users for an auction service and future apps, hosting data in the EU to align with the EU data protection act.
Create an Auth0 application as a single-page web app, and configure localhost callback. Set allowed web origins, enable password grant, and use single sign-on with Google or Facebook for production.
Create a test user and obtain a JSON Web Token with curl to authenticate against the auction service, then store the token in an environment variable for testing.
Learn to specify bidder identity and implement validation to prevent self-bids and double bids in a serverless auction app.
verify an email address in aws ses to enable sending emails, then confirm the inbox receipt and see the status change to verified, allowing future emails from that address.
Handle the no bids case when an auction closes by notifying the seller and avoiding bidder alerts.
Set up an s3 bucket and lambda function to upload auction pictures, configure bucket policy for public read, and deploy the end-to-end image upload flow.
Explore a front-end demo of an open-source auction app, with login or signup, bidding, creating auctions, email notifications, and a countdown timer backed by an auctions API.
Enable cross-origin resource sharing for the auction service by configuring api gateway options and applying plug-and-play middleware in lambda handlers to allow cross-origin requests; restrict origins in production.
Ever felt like you would like to build a back-end application that can handle millions of users, but you were terrified by the idea of managing (or learning how to manage) the infrastructure behind it?
Ever felt like you would like to focus on delivering valuable features, rather than making sure your services are up and running?
Ever felt like you are paying more than you should be?
Good news!
Serverless Architecture takes the pain of site reliability off your shoulders. With Serverless Architecture, you and your team can focus on feature development. Your application will scale effortlessly, serving users reliably. You do not need to be an infrastructure expert to serve an application at scale. With Serverless, you only pay for what you use.
Serverless Framework revolutionizes the way we develop Serverless applications, by providing a developer-friendly API that supports dozens of cloud providers including Amazon Web Services, Google Cloud Platform, Microsoft Azure, and more.
More than that, Serverless Framework intelligently helps you manage your infrastructure as code (IaC), which eliminates the chance of paying for services that are not in use.
With an active community and a rich ecosystem of plugins, you can get things done at lightspeed and without boilerplate code.
Serverless Framework is language-agnostic, which means you can use the language and runtime of your choice (Node.js, Ruby, Python, Go, C#, Java, etc).
With over 450,000 downloads per week and x5 growth over the past two years, demand for Serverless experts is on the rise. It is one of the most in-demand skills in the market.
___
In this course, you will learn how to develop reliable and scalable Serverless applications, following the microservices architecture. This course will be 100% hands-on, and you will be developing a real-world application;
REST API and CRUD endpoints (AWS Lambda, API Gateway)
Data persistence (AWS DynamoDB)
Message Queues for cross-service communication (AWS SQS)
Scheduled event triggers (AWS EventBridge)
Cloud stack management (AWS CloudFormation)
Object storage on the cloud (AWS S3)
Email notifications (AWS SES)
Middleware
Authentication and Authorization (Lambda Authorizer)
Data validation and error handling
... much more
Besides that, you will get hands-on experience with some of the most popular and useful services on the AWS platform. Demand for AWS experts is continuously on the rise, as AWS holds the biggest stake amongst all cloud providers.
If you are a hobbyist or professional developer with basic back-end development knowledge and want to dive into Serverless or Microservices architecture, this course is for you. Basic JavasScript/Node.js background is recommended, but not mandatory.
Join me today to learn one of the hottest skills in 2020.