
Автор: Tamas Sallai
Издательство: Leanpub
Год: 2021-01-14
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB
The AWS Lambda service supports the Node.js runtime that makes it possible to run jаvascript code in the AWS cloud. This book is to teach you how to do it right, starting from the basics of how the Lambda service works through the configuration options and how programming for serverless is different, all to specific tools to help you. By the end of this book, you'll know the specific aspects of using jаvascript on AWS Lambda, the best practices, and the common pitfalls. The structure of the book follows a bottom-up approach. You'll learn the Lambda environment first, then how to configure jаvascript functions. After that, we'll move on to programming, then debugging.