Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

AWS Lambda permissions model

For an AWS Lambda (FaaS)-based serverless application to work, you need to manage various permissions and access to resources, for example:

  • For event sources, you would have to grant the event source such as Amazon S3 permissions so that it can invoke your AWS Lambda function. The exceptions here are for stream-based services such as Amazon DynamoDB streams and Amazon Kinesis Data Streams.

  • For stream-based event sources such as Amazon DynamoDB streams and Amazon Kinesis Data Streams, your AWS Lambda function will itself polls and pull the streams on your behalf, and read new records on the stream. Because of this, you have to grant the AWS Lambda function permissions for the relevant actions on the stream. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content