One reason I like using AWS over other cloud vendors is that they heavily utilize the same core services that I use (Lambda, DynamoDB, etc) internally at both AWS and Amazon.
The downside of this is that if they break one of those core services it results in a cascade that kills many others ๐ฌ
Posts by Steve Sanders
2FA TOTP Generator app screenshot
As the solo engineer at a tiny startup, I need to use every tool available to work as efficiently as possible.
That includes AI.
Sometimes it produces garbage and sometimes it's perfect on the first try.
Today I vibe coded a 2FA TOTP generator app in about 5 minutes with a single short prompt ๐คฏ
Auto-expanding HTML textareas (and other inputs) are now possible with a single line of CSS ๐คฏ
This recent episode of @syntax.fm featuring @paulusschoutsen.nl from @home-assistant.io was fantastic. He seems like a genuinely great guy who is a passionate steward of one of the largest OSS projects around.
A must listen if you're into web dev and/or smart home
www.youtube.com/watch?v=0meK...
Lambda function average duration
128 MB of memory is a terrible default even for simple Lambda functions, especially those that back anything user-facing.
Serverless Framework had a good idea to default to 1024 MB while AWS CDK and AWS SAM still default to 128 MB.
Who can spot when I gave this poor function more memory?
AWS console dog gif
AWS Users: "The AWS console is too confusing and difficult to use."
AWS: "How about a cute robot dog gif?"
Let's normalize starting every product release announcement with "Holy shit it's actually done"
tailwindcss.com/blog/tailwin...
It's a fancy wrapper for AWS Lambda + a CDN with a better dev experience and significant markup.
Steam replay summary
I've been gaming on different desktop PCs that I built myself for 20+ years.
100% of my playtime this year was on @steamdeck.com and I didn't use my gaming rig at all ๐คฏ
Swiss Family Robinson?
The protagonist is really the family but it is narrated by the father. The author wrote it for his kids.
Let me know if I missed anything and I will add it!
I curated a YouTube playlist with my favorite serverless sessions from AWS re:Invent 2024. Featuring:
@ranthebuilder.cloud
@julianwood.com
@alexdebrie.bsky.social
@marcbrooker.bsky.social
@raphaelmanke.bsky.social
and more great folks that I couldn't find here ๐ฅฒ
youtube.com/playlist?lis...
Does the fancy new Aurora DSQL serverless Postgres database from AWS work with modern TypeScript tooling like @drizzle.team ORM? I tested it out:
dev.to/stevendsande...
Amazon: Our customer service chat bot uses a powerful LLM that can predict if you might want to return a recent order and suggest a nearby drop-off location!
Customer: Can I just get a price adjustment (the item went on sale after I ordered) instead of returning it?
Amazon: ...absolutely not.
Apparently BlueSky doesn't support uploading animated gifs? ๐ค
SaaS Monthly/Yearly/Lifetime pricing
Interesting pricing model for a SaaS that I saw today:
Monthly, Yearly or Lifetime pricing where the Lifetime price is equal to 3x the Yearly price
Getting the Lifetime payment up front seems nice (especially if you see high churn) while sacrificing long-term recurring revenue.
What do you think?
Happy update - AWS seems to have resolved whatever the issue was here. I checked several AWS accounts that I manage and Bedrock quotas have been restored without me doing anything.
Still worrying that this could break without warning and it would be great to see better messaging around the issue.
Fair point. It's tough for this to be 100% accurate in isolation without knowing the full scope of how you're consuming the resource. This is still great for getting a rough number and better than what must framework documentation tells you about their bundle sizes (nothing)
Something that every web framework should have in their docs - bundle sizes for individual components or imports. ๐คฏ
Screenshot from the excellent docs for Radix UI
Amazon Cognito doesn't support login via magic links or passkeys out of the box... BUT there is a great project from AWS that allows you to add both of those features.
It includes a CDK construct to create the AWS resources and pre-built React UI components.
github.com/aws-samples/...