AWS Lambda is one of the most transformative AWS services out there. You can learn more about the application and history on our AWS Lambda services page or browse our Lambda tips and tricks here. Enjoy!
-
Serverless Best Practice Resources
My last Session for re:Invent was on optimizing Lambda. It is a very fascinating topic with lots of little nobs that can be turned to incrementally improve performance. But this blog isn’t about that.
-
Lambda SnapStart
AWS re:Invent is in full swing and with it come new services that people have been asking for.
-
What is AWS Lambda?
AWS Lambda, for those not familiar with it, is an event driven serverless (what is serverless?) platform for compute resources.
-
When should you use AWS Lambda?
Faster than the wing flap of a bee Bees flap their wings ridiculously fast, at around 230 beats per second (fruit flies are 80 times smaller than honeybees but flap their wings only 200 times a second.) Given that there are 1,000 milliseconds in a second, a bee wing flap takes ~4.3 mill
-
AWS Media Services + AWS Amplify
YouToad For the first Metal Toad hackathon of 2020, our goal was to build a web based social media platform for on demand video using AWS Media Services and AWS Amplify.
-
How Cloud became the most important buzzword in business
Cloud is not the first (and probably not the last) disruptor to business via software. Over the past 50 years or so there have been four major epochs of software, with Cloud being the latest. SaaS software is dying and the Cloud is coming for all of us.
-
Lambda: javascript vs python
For this hackathon we created a product, YouToad, using Amplify (S3, React, Lambda) and AWS Elemental MediaConvert
-
What is serverless?
Recently the term "serverless" has been thrown a lot in reference to provisioned, on demand functions invoked by a cloud provider, as a service. Obviously we're not going to call them ODFIBACPaaS, so most of the web has decided to...
-
Saas vs. Cloud
I talk a lot about the Cloud. And while, "the cloud" is certainly a candidate for buzzword bingo, unlike some other buzzwords, I really do believe this one lives up to the hype.
-
Your Serverless Function has a Secret
Your serverless function has a secret... maybe it's a password for a remote API, a private key, or signing certificate. These secrets have to be stored somewhere, and in the old days that usually meant just a plaintext config file on your server.
-
Building an Expandable IoT Data Pipeline - Part 2
Over the past year I've been building a cloud-based data pipeline for a client focusing on IoT data aggregation.
-
Using Serverless Config to Deploy an AWS CloudWatch Dashboard
My team’s most recent project has been really interesting - it’s a JavaScript project that includes using the Serverless Framework to deploy a variety of AWS Lambda Functions (e.g. uploading to S3 buckets and making requests to the API that we built)...