Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Developing AWS Lambda Functions with Kotlin

Posted By: Landau17
Developing AWS Lambda Functions with Kotlin

Developing AWS Lambda Functions with Kotlin
MP4 | Video: 720p | Duration: 1:55:03 | English | Subtitles: VTT | 494.9 MB



AWS Lambda lets developers build web services that run in the Amazon cloud—without worrying about configuring servers or paying expensive monthly fees. This course shows you how to create Lambda services, called functions, on AWS using Kotlin—the up-and-coming Java alternative. Speaker and author Troy Miles shows how to create and test a simple Lambda function, and start creating more complex, standalone Kotlin apps with the Spark framework. He also shows how to connect your service to AWS via the API Gateway, and read and write data from a MongoDB database. Plus, learn how to run, test, and debug your microservices locally. Troy also offers a series of challenges to test your new Lambda programming skills.

Topics include:
  • Creating an AWS Lambda account
  • Creating a simple Lambda function in Node.js
  • Testing the Lambda function
  • Creating Kotlin apps with Spark, IntelliJ IDEA, Maven, and the AWS library
  • Binding the API gateway to your Lambda function
  • Adding data with MongoDB
  • Developing and debugging your Lambda function locally