1 / 19

AWS Lambda Tutorial | Introduction to AWS Lambda | AWS Tutorial | AWS Training | Edureka

This AWS Lambda tutorial shall give you a clear understanding as to how a serverless compute service works. Towards the end, we will also create a full fledged project using AWS Lambda. Below are the topics covered in this tutorial: <br><br>1. AWS Compute Domain <br>2. Why AWS Lambda? <br>3. What is AWS Lambda? <br>4. AWS SDKs <br>5. Using AWS Lambda with Eclipse IDE

EdurekaIN
Download Presentation

AWS Lambda Tutorial | Introduction to AWS Lambda | AWS Tutorial | AWS Training | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  2. Agenda for Today’s Session AWS Compute Domain WhyAWS Lambda? What is AWS Lambda? AWS SDKs Using AWS Lambda with Eclipse IDE Demo EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  3. AWS Compute Domain EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  4. AWS Compute Domain Following are the three main services in the compute domain EC2 Elastic Beanstalk AWS Lambda EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  5. AWS Compute Domain Following are the three main services in the compute domain EC2 Elastic Beanstalk AWS Lambda EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  6. AWS Compute Domain Following are the three main services in the compute domain EC2 Elastic Beanstalk AWS Lambda EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  7. AWS Compute Domain Following are the three main services in the compute domain EC2 Elastic Beanstalk AWS Lambda EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  8. Why AWS Lambda? EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  9. Why AWS Lambda? Automated version of EC2. ➢ No worries about the underlying Architecture. ➢ For executing background tasks. ➢ EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  10. What is AWS Lambda? AWS Lambda (λ) as a ‘serverless’ compute service, meaning the developers, don’t have to worry about which AWS resources to launch, or how will they manage them, they just put the code on lambda and it runs, it’s that simple! Although, Lambda can only be used to execute background tasks. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  11. AWS SDKs EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  12. AWS SDKs One can simplify using AWS services in your applications with an API tailored to your programming language or platform. AWS SDKs are called Software Development Kits, which are APIs which are defined for a specific programming languages. These APIs can be integrated with an IDE and thus can be used with ease. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  13. AWS SDKs with IDE Now as of now, there are two kinds of IDEs supported. Visual Studio Eclipse EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  14. Using AWS Lambda with Eclipse EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  15. AWS SDKs with Eclipse IDE Eclipse EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  16. Demo EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  17. Demo Our aim is to create an application which will upload a file on S3, this file will be processed by Lambda and in-turn will send you an email with all the file’s details. If you reply to that email, it shall move the file to a special folder. Simple right? Emailing Users Background Tasks File System For Sending Mails File Upload S3 Invoking Functions AWS Lambda SES For Receiving Mails Website/Email Reply Mail SQS Route 53 EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  18. Thank You … Questions/Queries/Feedback EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

More Related