更新时间:2021-07-02 13:24:46
coverpage
Title Page
Copyright and Credits
Serverless Programming Cookbook
Dedication
About Packt
Why subscribe?
Packt.com
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Get in touch
Reviews
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
Code repository usage guidelines
About the parent POM
Lambda roles
Lambda runtimes
Extra dependencies
Other ways to create Lambda functions from the management console
Other ways to deploy code in a Lambda function
Passing JSON to and from Lambda handler
Your first Lambda with AWS CLI
Configuring AWS CLI
Creating S3 bucket
Note for Windows users
Creating a role and attaching a policy
Lambda memory-size and timeout
S3 Bucket and Key
Cleaning up
Your first Lambda with Amazon CloudFormation
Set up the project and S3 bucket
Understanding YAML and JSON
Cleaning up roles policy and Lambda
CloudFormation Template Components
Resource component
Intrinsic functions
CloudFormation Designer
Additional benefits of CloudFormation
Cloud Formation alternatives
Using AWS SDK Amazon CloudFormation and AWS CLI with Lambda
Creating the POJOs for requests and response.
Pseudo-parameters
Dev Practices – dependency injection and unit testing
Code refactoring
Your first Lambda with serverless framework
Building Serverless REST APIs with API Gateway
Building your first API using the AWS CLI