Discover and read the best of Twitter Threads about #awslambda

Most recents (10)

In this #Serverless 101 thread, @edjgeek will give you a high-level overview of various AWS Serverless services through.

He'll cover services like;

#DynamoDB
➤ $SQS
#SNS
#StepFunctions
#EventBridge
#Kinesis
#AWSLambda
#S3

🧵👇 #AWS #CloudComputing Image
Serverless 101: Intro

Serverless 101: A series to help you understand what AWS serverless services do. It talks about how to use the services together to build highly scalable applications using event-driven architecture built on serverless.

▶️
👇
Serverless 101: Amazon SQS

A high-level overview of SQS. SQS is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless apps.

▶️
👇
Read 10 tweets
Are you spending too much on Lambda?

Here are some ways to save money on your Lambda bill.

🧵

#serverless #awslambda
Lambda is usually very cost-effective, you only pay when they run (with ms billing) and they scale to zero.

But a combination of misconfiguration and a high throughput use case can give you a nasty surprise when you get your AWS bill, esp if you don't have billing alerts set up.
A few of my clients have experienced this type of problem before. For example, when a function that is invoked millions of times a day is allocated with way too much memory. Or when provisioned concurrency is enabled on a function with a lot of memory.
Read 17 tweets
People willing to start up are often worried about the initial set-up costs and it is a valid reason to worry about.
But when you dig a bit deeper you realise that with the ecosystem today you can create and run a startup in the most frugal yet effective way possible. 🧵
I have highlighted tools and ways to run your startup for free. This is decent enough to handle about ~ 500K requests easily, but of course it's application dependent too. Please feel free to suggest any other awesome resources I might have missed. #startup
@discord Use discord for #communication, discord can be configured to work like slack. Best part, discord is completely free, while slack averagely charges $10/user/month.
Read 12 tweets
In this thread, I'll walk you through @julian_wood's multi-part series of posts on "Building well-architected serverless applications"

#Serverless #FaaS #AWS #AWSLambda #ServerlessArchitecture #ServerlessLens
🧵👇
1⃣ Building well-architected serverless applications: Introduction

👀aws.amazon.com/blogs/compute/… #Serverless #AWSLambda
👇
2⃣ Operational Excellence: Understanding serverless application health

Part 1: Out of the box metrics and alerts; structured and centralized logging

👀aws.amazon.com/blogs/compute/… #Serverless #AWSLambda
👇
Read 21 tweets
🧵 M E G A T H R E A D

Check out all of my amazing threads that cover various topics like #JavaScript, #React, my favourite podcasts and many more...

👇#100DaysOfCode #CodeNewbie
Thread #1: This is the place where you can find most of the amazing resources, tutorials, code snippets, tips and tricks about #JavaScript. Happy Coding Days 😎

👇#100DaysOfCode #CodeNewbie #React
Thread #2: This is the place where you can learn most of the thing about #React. Find out some of the best resources, tutorials, code snippets, tips and tricks to enhance your React skills.

👇#100DaysOfCode #CodeNewbie #JavaScript #ReactHooks
Read 21 tweets
Given all the excitement over Lambda's per-ms billing change today, some of you might be thinking how much money you can save by shaving 10ms off your function.

Fight that temptation 🧘‍♂️until you can prove the ROI on doing the optimization.

#serverless #aws #awslambda
The moral of this tweet is as relevant now as ever:

Assuming $50 (which is VERY conservative) per dev per hour, it would have taken them 40 months to break even on just having the meeting, before writing a single line of code!
With the per-ms billing, you're automatically saving on your Lambda cost already, by NOT having your invocation time rounded up to the next 100ms.

Unless you're invoking a function at such high frequency, those micro-optimizations won't be worth the eng time you have to invest.
Read 4 tweets
I'm taking my Production-Ready Serverless workshop online! 🥳🖖 We're running a 4-week workshop that take you through building a production-ready #serverless app from testing, deployment, security right through to observability. homeschool.dev/class/producti… #aws #awslambda
The curriculum covers everything you need to know for building production-ready #serverless apps, and there's something for everyone, from novice to experienced #AWS and #AWSLambda users. And the content is up-to-date and relevant for 2020 and (hopefully) beyond. Image
Every week we release new video lectures and hands-on exercises on Monday. You can do them at your own pace and get help from us & other students on our Discord server. And on Friday, we'll do a live Q&A session to answer your most burning questions, not limited to the curriculum
Read 5 tweets
Here's a timely reminder why you should use the lumigo-cli if you use AWS and Lambda. Reason #1 - it lets you powertune (i.e. find the best memory setting) functions with a single command #aws #awslambda #serverless

Reason #2 - analyze the cost of Lambda functions across ALL regions in one command

Reason #3 - analyze Lambda cold starts across ALL regions in one command

Read 10 tweets
just some random thoughts regarding #serverless and #awslambda cold starts, what if there's a unikernel-based runtime for LLVM/webassembly (that other langs can compile down to) that runs directly on firecracker?
it'd probably be lightening fast to boot and run, I remember seeing Mirage (ocaml) and Xen (erlang) projects that boot up a "container", handles the webrequest and shut down in under 10ms, problem was they're language specific, so it's hard to get broad support across langs
but with LLVM and webassembly where mainstream languages can compile down to, maybe a unikernel for these compilation target languages would address that issue and make the whole endeavour feasible?
Read 3 tweets
Abro hilo con resumenes y links de la serie de post que hice sobre la creación de un #AlexaSkills básico y todo lo que implica hasta publicarlo. #Alexa #VoiceFirst #AlexaDevs @alexadevs 👇
En el primer post cuento motivaciones, conceptos básicos y pongo algunas referencias que usé para empezar a crear mi skill: kinisoftware.com/creando-un-cus…
En el segundo post vemos como crear la parte "front" del skill: el modelo de interacción. Usaremos la Alexa Developer Console todo el rato. Este modelo nos permite definir el nombre del skill y sus acciones con las cuáles puede interactuar el usuario: kinisoftware.com/creando-un-cus…
Read 10 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!