Skip to content

Joseph-T-Gordon

A complete log of all recent projects and skills

Menu
  • About me
  • Posts/Projects
  • Resume/Certifications
Menu

Post #155 (AWS) – Lamda

Posted on October 10, 2023 by admin

I have mentioned Lambda a few times in my AWS posts but I believe it is time to finally go into it. Lambda is a serverless offering from AWS. Lambda allows you to run function, such as uploading images to an S3 bucket, it supports several different programming languages. Lambda is on demand so it is only paid when it is being used / invoked. You can use it in place of EC2 instances in some cases and this can save a lot of money as Lambda is a low cost solution. Lambda connects with many different services, such as kinesis, SQS, SNS, etc. You can just have Lambda run functions for you and it scales automatically.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Joseph-T-Gordon | Powered by Minimalist Blog WordPress Theme