๐ Finding your way in the serverless world? Explore "Taming the Serverless Beast: Hexagonal Architecture with Python" by Anton Cรกceres at #PyConCZ23! ๐ Learn more: https://cz.pycon.org/2023/program/talks/100/
#Serverless #PyConCZ
#pyconcz23 #serverless #pyconcz
๐ Serverless Challenge! Is scaling achievable without the utilisation of a cache-aside pattern?
#serverless #scaling #aws #AWSCommunity
Use case:
spike test
ElastiCache test:
3 x cache.r7g.large with 265,281 items
I had many 404s, which is my code if I get NO values.
The funny part is that the values are there.
I cannot believe it ๐ญ
#aws #elasticachemystery #ihatecluster #serverless
I few weeks ago I created a Slack App to manage deployments between environments and wrote about it here:
https://matt.martz.codes/cdk-slackbot
What else would be interesting to see in a serverless-backed Slack App for CICD?
#AWSCommunity #serverless #cicd #devtools
๐ Elevate your monitoring setup!
๐งโโ๏ธ Discover the magic of installing Zabbix using Docker Compose in my latest guide.
https://www.heyvaldemar.com/install-zabbix-using-docker-compose/
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #automation #technology #cloudcomputing #serverless #kubectl #aws
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #automation #technology #CloudComputing #serverless #kubectl #aws
Learn more about serverless computing https://www.admin-magazine.com/News/What-is-Serverless-Computing #serverless #computing #IaaS #SaaS #PaaS #cloud #applications
#serverless #computing #iaas #saas #paas #cloud #applications
I have nightmares, and they are called clusters.
Use case:
10KRPS
Load up to 1MB of data < 500ms
Lambda:
+ MemoryDB -> 100% at 1K RPS
+ ElastiCache-> 100% at 1K RPS
+ DynamoDB -> Throttle
+ @momentohq -> Up to 300K RPS < 500ms
I spent a whole day trying to figure out some issue with Amazon MemoryDB using redis-rs in a Lambda and :
- Cannot share a connection in the Lambda context
- Sometimes I get results and sometimes not for the same key
- I do not get if it is the library or MemoryDB
It took me 5 minutes instead with @momentohq
#aws #rust #idontlikecluster #serverless
Issue #245 of Off-by-none is out! This week, we learn about the State of #Serverless, see how properly naming a service works wonders, and get ready for a big launch. Plus, we recognize Chris Williams as our โญ๏ธ of the week! #offbynone https://offbynone.io/issues/245/
#FleekNetwork is making progress on their testnet rollout: https://blog.fleek.network/post/fleek-network-testnet-plans/
Says you can participate with just 16GB of RAM. I might have to give it a shot!
#ipfs #filecoin #Web3 #serverless #fleek #fleeknetwork
Cloudflare Pages response time is hard to beat
๐ณ Embracing the magic of Docker!
โ Dive into my latest guide on how to effortlessly install Gitea using Docker Compose.
https://www.heyvaldemar.com/install-gitea-using-docker-compose/
Containerization for the win!
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #gitea #serverless #kubectl
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #gitea #serverless #kubectl
A new era of low-code development #QandA #LowCode #Serverless #Development
#qanda #lowcode #serverless #development
๐ข New Article Alert! Ever thought of combining the power of Ghost with Docker Compose? ๐ณ
Here's how to do it seamlessly:
https://www.heyvaldemar.com/install-ghost-using-docker-compose/
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #automation #technology #cloudcomputing #serverless #kubectl #microservices #aws
#devops #devsecops #kubernetes #cicd #k8s #linux #docker #sysadmin #automation #technology #CloudComputing #serverless #kubectl #microservices #aws
A lot of cool ideas from the #GoogleCloud meeting yesterday in Hamburg and a lot of improvements possible for our #serverless operations at Savings United! #CloudComputing
#CloudComputing #serverless #googlecloud
My recent talk at the Dublin #Rust Meetup "Rust, #Serverless & #AWS" has been re-published with some editing (better audio and visuals, especially the part when people from the audience ask inaudible questions).
I hope you'll find it interesting!
Anyone building multi-arch #AWS #Lambda #layers for x86_64 and arm64: is there a better/more-idiomatic runtime switch than this, when one has a pair of single-arch binaries?
-- /opt/bin/foo-cmd --
#!/bin/sh
exec "foo-cmd-$(uname -m)" "$@"
I've looked into fat binaries, but they're seemingly Not A Thing under Linux.
I've not yet found a dedicated C project that's able to build a fat (yet tiny!) binary switcher, but I suspect one might be possible.
Any thoughts or experience? #serverless
#aws #lambda #layers #serverless
If you use AWS SAM and wish for a Serverless Framework like template splitting for better maintainability then you should check this out!
#Serverless is great!
Until your little one user app suddenly makes 16'000'000 reads **per day** (almost 200/sec) and of course you drop out of the free tier๐
That's what I call a solid code base๐
I've been working on an addon for the new #OwlbearRodeo they are pretty simple to build, of course there's also very little infrastructure they provide if at all, but it's good. If you are comfortable with any kind of #serverless architecture you could build something for it
I mean it doesn't have to be serverless but you know, deploying to a bucket can be extremely cheap
This makes me curious are you into #ttrpg or #boardgames, a dev, and do you code for the hobby?
I do, often
#OwlbearRodeo #serverless #ttrpg #boardgames