Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Serverless Computing

You're reading from  Hands-On Serverless Computing

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781788836654
Pages 350 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Kuldeep Chowhan Kuldeep Chowhan
Profile icon Kuldeep Chowhan
Toc

Table of Contents (16) Chapters close

Preface 1. What is Serverless Computing? 2. Development Environment, Tools, and SDKs 3. Getting Started with AWS Lambda 4. Triggers and Events for AWS Lambda 5. Your First Serverless Application on AWS 6. Serverless Orchestration on AWS 7. Getting Started with Azure Functions 8. Triggers and Bindings for Azure Functions 9. Your First Serverless Application on Azure 10. Getting Started with Google Cloud Functions 11. Triggers and Events for Google Cloud Functions 12. Your First Serverless Application on Google Cloud 13. Reference Architecture for a Web App 14. Reference Architecture for a Real-time File Processing 15. Other Books You May Enjoy

Photo processing application

The three AWS services that we just learned about will make up our serverless app for photo processing. To recap, the three AWS services are:

  • Amazon S3
  • Amazon SNS
  • AWS Lambda functions

The reference architecture for the photo processing application is shown next. Let me break down what is going on here:

  1. The user uploads a photo to an S3 bucket
  2. The upload of the photo to the S3 bucket could happen in multiple ways:
    • AWS S3 Console
    • Application that acts as a layer in front of S3
    • AWS CLI
  3. However, the files get uploaded to the S3 bucket, due to the configuration that we have on the S3 bucket, and a notification is sent to Amazon SNS as soon as a file gets created in the S3 bucket
  4. The notification is sent to an SNS topic that has three subscribers:
    • A Lambda function that creates thumbnails for the photo that was uploaded
    • A Lambda function that creates...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime