Treffer: Serverless programming cookbook: practical solutions to building serverless applications using Java and AWS/ Heartin Kanikathottu.
1-78862-153-0
Weitere Informationen
Description based upon print version of record. ; Creating the API using CLI commands ; Includes bibliographical references. ; The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality. ; Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Serverless Computing on AWS; Introduction; Getting started with the AWS platform; Getting ready; How to do it.; How it works.; AWS Identity and Access Management (IAM) ; Amazon CloudWatch; Multi-Factor Authentication (MFA); There's more.; See also; Your first AWS Lambda; Getting ready; Code repository usage guidelines; How to do it.; How it works.; About the parent POM; Lambda roles; Lambda runtimes; Extra dependencies; There's more. ; Other ways to create Lambda functions from the management consoleOther ways to deploy code in a Lambda function; Passing JSON to and from Lambda handler; See also; Your first Lambda with AWS CLI; Getting ready; Configuring AWS CLI; Creating S3 bucket; Note for Windows users; How to do it.; How it works.; Creating a role and attaching a policy; Lambda memory-size and timeout; S3 Bucket and Key; Cleaning up; There's more. ; See also; Your first Lambda with Amazon CloudFormation; Getting ready; Set up the project and S3 bucket; Understanding YAML and JSON ; How to do it.Cleaning up roles, policy, and Lambda; How it works.; There's more.; CloudFormation Template Components; Resource component; Intrinsic functions; CloudFormation Designer; Additional benefits of CloudFormation ; Cloud Formation alternatives; See also; Using AWS SDK, Amazon CloudFormation, and AWS CLI with Lambda; Getting ready; How to do it.; Creating the POJOs for requests and response.; How it works.; There's ...