AWS Lambda + nodejs Hands-On Training

Similar documents
AWS Lambda. 1.1 What is AWS Lambda?

Reactive Microservices Architecture on AWS

AWS Lambda: Event-driven Code in the Cloud

Serverless Architecture Hochskalierbare Anwendungen ohne Server. Sascha Möllering, Solutions Architect

Immersion Day. Getting Started with AWS Lambda. August Rev

Zombie Apocalypse Workshop

At Course Completion Prepares you as per certification requirements for AWS Developer Associate.

Containers or Serverless? Mike Gillespie Solutions Architect, AWS Solutions Architecture

How to go serverless with AWS Lambda

Amazon Web Services. Block 402, 4 th Floor, Saptagiri Towers, Above Pantaloons, Begumpet Main Road, Hyderabad Telangana India

Microservices without the Servers: AWS Lambda in Action

Smashing Node.JS: JavaScript Everywhere

Serverless Computing. Redefining the Cloud. Roger S. Barga, Ph.D. General Manager Amazon Web Services

Developing Microsoft Azure Solutions (70-532) Syllabus

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus

Security Aspekts on Services for Serverless Architectures. Bertram Dorn EMEA Specialized Solutions Architect Security and Compliance

AWS 101. Patrick Pierson, IonChannel

Accenture Cloud Platform Serverless Journey

MONITORING SERVERLESS ARCHITECTURES

How can you implement this through a script that a scheduling daemon runs daily on the application servers?

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

Full Stack boot camp

Experiences with Serverless Big Data

Going Serverless. Building Production Applications Without Managing Infrastructure

Securing Serverless Architectures

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

The Orion Papers. AWS Solutions Architect (Associate) Exam Course Manual. Enter

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints

70-532: Developing Microsoft Azure Solutions

ActiveNET. #202, Manjeera Plaza, Opp: Aditya Park Inn, Ameerpetet HYD

Microservices on AWS. Matthias Jung, Solutions Architect AWS

High School Technology Services myhsts.org Certification Courses

NODE.JS MOCK TEST NODE.JS MOCK TEST I

Node.js. Mendel Rosenblum. CS142 Lecture Notes - Node.js

Diving into AWS Lambda

AWS Storage Gateway. Not your father s hybrid storage. University of Arizona IT Summit October 23, Jay Vagalatos, AWS Solutions Architect

Using Node-RED to build the internet of things

AWS Toolkit for Eclipse User Guide

SAMPLE CHAPTER. Event-driven serverless applications. Danilo Poccia. FOREWORD BY James Governor MANNING

70-532: Developing Microsoft Azure Solutions

MOBILE APP FOR ACME INC. by Sean Hull - Cloud Solutions Architect -

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content

Energy Management with AWS

Level Up Your CF Apps with Amazon Web Services

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY

TestkingPass. Reliable test dumps & stable pass king & valid test questions

How to Route Internet Traffic between A Mobile Application and IoT Device?

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

Amazon Web Services Training. Training Topics:

Microservices Architekturen aufbauen, aber wie?

Video on Demand on AWS

Cloud Computing /AWS Course Content

Serverless The Future of the Cloud?!

AWS Lambda Functions 9/22/15 & 9/24/15 CS 6030 Tyler Bayne

What s New at AWS? A selection of some new stuff. Constantin Gonzalez, Principal Solutions Architect, Amazon Web Services

Back-end architecture

Developing ASP.NET MVC Web Applications (486)

Amazon Search Services. Christoph Schmitter

Avanan for G Suite. Technical Overview. Copyright 2017 Avanan. All rights reserved.

Amazon Web Services (AWS) Training Course Content

Testing in AWS. Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello

CLOUD AND AWS TECHNICAL ESSENTIALS PLUS

Getting Started with AWS IoT

Emulating Lambda to speed up development. Kevin Epstein CTO CorpInfo AWS Premier Partner

Building Games with AWS Mobile Services

Send me up to 5 good questions in your opinion, I ll use top ones Via direct message at slack. Can be a group effort. Try to add some explanation.

Store, Protect, Optimize Your Healthcare Data in AWS

AWS Lambda in (a bit of) theory and in action. Adam Smolnik

LINUX, WINDOWS(MCSE),

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry

SAMPLE CHAPTER. Event-driven serverless applications. Danilo Poccia. FOREWORD BY James Governor MANNING

Serverless Architectures with AWS Lambda. David Brais & Udayan Das

Extend NonStop Applications with Cloud-based Services. Phil Ly, TIC Software John Russell, Canam Software

Microservices with Node.js

Exam C IBM Cloud Platform Application Development v2 Sample Test

AWS Solutions Architect Associate (SAA-C01) Sample Exam Questions

AWS Solution Architect Associate

Module 6 Node.js and Socket.IO

DreamFactory Security Guide

Zumobi Brand Integration(Zbi) Platform Architecture Whitepaper Table of Contents

MASTERS COURSE IN FULL STACK WEB APPLICATION DEVELOPMENT W W W. W E B S T A C K A C A D E M Y. C O M

BARCELONA. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

From Your Keyboard to Your Customers without a Server to Manage In-between

70-487: Developing Windows Azure and Web Services

Connecting the Unconnected: IoT Made Simple

Science-as-a-Service

Enroll Now to Take online Course Contact: Demo video By Chandra sir

Aws Lambda A Guide To Serverless Microservices

PracticeDump. Free Practice Dumps - Unlimited Free Access of practice exam

Architecting Microsoft Azure Solutions (proposed exam 535)

Modern SharePoint and Office 365 Development

AWS Tools for Microsoft Visual Studio Team Services: User Guide

Monitoring Serverless Architectures in AWS

OptiSol FinTech Platforms

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details

Project Requirements Document v2

DURATION : 03 DAYS. same along with BI tools.

Transcription:

AWS Lambda + nodejs Hands-On Training (4 Days) Course Description & High Level Contents AWS Lambda is changing the way that we build systems in the cloud. This new compute service in the cloud runs your code in response to events, automatically managing the compute resources for you. This makes it dead simple to create applications that respond quickly to new information. Lambda is the backbone of Serverless Computing with AWS. This is a comprehensive course that will teach you how to write, deploy, scale and manage lambda functions. Armed with this knowledge you'll be able to architect solutions from tiny composable microservices that scale massively and respond almost in real time. In this course we'll take you through the entire Lambda journey. From setting up your local environment, writing your first Lambda function, to deploying interesting and unique lambda functions that will help you massively scale your operations. The hands on labs will show you how to write Lambda functions that: o Run when files change in S3 (eg. image thumbnail generation, metadata extraction, indexing etc) o Run when tables are updated in DynamoDB (eg. analytics/trend detection, auditing, etc) o Run when kinesis messages are received (eg. notification generation, message filtering, etc) AWS Lambda 2 Days An To Lambda Serverless Why Lambda How Lambda Works Example Workflow AWS Lambda Core Concepts Lambda Essentials Event-driven Fundamentals Understanding Lambda Limits Creating Our First Lambda Function Toolbar Setup

Blueprints and Handlers Using The Console Create The Function Testing And Logging AWS Lambda Hands-on Creating a Node.js Lambda Function Creating Lambda Functions With The CLI Managing Push Events And Permissions With The CLI Testing Functions With The CLI Managing Pull Events And Event Source Mappings With The CLI Retrieving Lambda CloudWatch Logs From The CLI Testing Node.js Functions Locally Invoking Functions With HTTP Calls Via Amazon API Gateway Daily EBS Snapshots With Scheduled Events Better Development Workflow With Versions And Aliases Versions And Aliases With The Command Line Interface Using CloudFormation With Lambda Live Lab: Creating EBS Snapshots with Lambda Expanding Our Knowledge with Lambda & S3 Install The AWS Command Line Tool Create An S3 Bucket Creating A Function And Trigger Updating Lambda Functions With The AWS CLI Testing And Function Invocation Function Versions And Qualifiers Function Outputs And Timeouts Create Image Thumbnails On Upload To S3 Resizing Lambda Function Walkthrough Using CloudFormation To Create Our AWS Environment S3 Upload With Node.js Application Walkthrough Wrapping Up And Customizing Send Notifications To Slack On Newsletter Registration With API Gateway, Lambda, and S3 Creating A Slack Webhook And Lambda Function Walkthrough Testing And Uploading The Lambda Function Setting Up API Gateway To Invoke The Lambda Function Creating a Static S3 Website and Mapping it to API Gateway

Wrapping Up and Customizing Serverless Newsletter Registration With DynamoDB, API Gateway, Lambda, and S3 DynamoDB Table and Lambda Function Creation Deploying an API With Amazon API Gateway Application Walkthrough and Creating an S3 Static Site Wrapping Up and Customizing Reacting to Event Streams with Lambda & Kinesis To Kinesis Create A Stream And Function Trigger Test The Function End To End Testing With Kinesis Event Creating Data-Driven Apps with Lambda & DynamoDB To DynamoDB About Function Triggers And Tables Create And Test The Function Testing With Live Data HandsOn - Use Case 1 HandsOn - Use Case 2 Node Js 2 Days 1. The Node Environment Installing Node Saying Hello to the World with Node A Basic Hello World Application Hello World, Tweaked Node Command-Line Options Node Hosting Environments The Node LTS and Upgrading Node Node, V8, and ES6 Advanced: Node C/C++ Add-ons 2. Node Building Blocks: Global Objects, Events, and Node s Asynchronous Nature The global and process Objects The global Object

The process Object Buffers, Typed Arrays, and Strings Buffer, JSON, StringDecoder, and UTF-8 Strings Buffer Manipulation Node s Callback and Asynchronous Event Handling The Event Queue (Loop) Creating an Asynchronous Callback Function EventEmitter The Node Event Loop and Timers Nested Callbacks and Exception Handling 3. Basics of Node Modules and Node Package Manager (npm) An Overview of the Node Module System How Node Finds and Loads a Module Sandboxing and the VM Module An In-Depth Exploration of NPM Creating and Publishing Your Own Node Module Creating a Module Packaging an Entire Directory Preparing Your Module for Publication Publishing the Module Discovering Node Modules and Three Must-Have Modules Better Callback Management with Async Command-Line Magic with Commander The Ubiquitous Underscore 4. Interactive Node with REPL and More on the Console REPL: First Looks and Undefined Expressions Benefits of REPL: Getting a Closer Understanding of JavaScript Under the Hood Multiline and More Complex JavaScript REPL Commands REPL and rlwrap Custom REPL Stuff Happens Save Often The Necessity of the Console Console Message Types, Console Class, and Blocking Formatting the Message, with Help from util.format() and util.inspect() Providing Richer Feedback with console and a Timer 5. Node and the Web The HTTP Module: Server and Client

What s Involved in Creating a Static Web Server Using Apache to Proxy a Node Application Parsing the Query with Query String DNS Resolution 1. Making a Web Server Setting up a router Serving static files Caching content in memory for immediate delivery Optimizing performance with streaming Securing against filesystem hacking exploits 2. Exploring the HTTP Object Processing POST data Handling file uploads Using Node as an HTTP client Implementing download throttling 3. Working with Data Serialization Converting an object to JSON and back Converting an object to XML and back Browser-server transmission via AJAX Working with real data fetching trending tweets 4. Interfacing with Databases Writing to a CSV file Connecting and sending SQL to a MySQL server Storing and retrieving data with MongoDB Storing data to CouchDB with Cradle Retrieving data from CouchDB with Cradle Accessing the CouchDB changes stream with Cradle Storing and retrieving data with Redis Implementing PubSub with Redis 5. Employing Streams Consuming streams Playing with pipes Making stream interfaces Streaming across Node processes 6. Going Real Time

Creating a WebSocket server Cross-browser real-time logic with Socket.IO Remote Procedure Calls with Socket.IO Creating a real-time widget 8. Implementing Security, Encryption, and Authentication Implementing Basic Authentication Hashing passwords Implementing Digest Authentication Setting up an HTTPS web server Preventing cross-site request forgery 9. Integrating Network Paradigms 6. Node and the Local System Exploring the Operating System Streams and Pipes A Formal to the File System The fs.stats Class The File System Watcher File Read and Write Compression/Decompression with ZLib Pipes and ReadLine 7. Networking, Sockets, and Security Servers, Streams, and Sockets Sockets and Streams TCP Sockets and Servers UDP/Datagram Socket Guards at the Gate Setting Up TLS/SSL Working with HTTPS The Crypto Module