bogiperson, to lambda
@bogiperson@wandering.shop avatar

OKAY let's do this!

Rosalind's Siblings: Fiction and Poetry Celebrating Scientists of Marginalized Genders is a finalist.

To commemorate the occasion, I'm doing a mini auction of a signed copy! With the money to benefit the Children's Relief Fund.

Instructions below!

Tinido, to lambda
@Tinido@chaos.social avatar

The #lambda #literary #awards finalists have been announced. I especially love them for their #poetry lists. #LBTQIA+ poetry is mostly missing from the sources I got my #readingrecs from.
#bookstodon #literature #reading #queer #sapphic
@bookstodon
https://lambdaliterary.org/awards/current-finalists/

clacksee, to lambda
@clacksee@wandering.shop avatar

made a very considered, well-written press release saying (basically) ‘genocide is bad’. This has made a lot of queer authors very, VERY angry.

Imagine being a queer author in 2024 and having the audacity to be angry that a queer author group makes a political statement. In 2024.

Imagine being a queer author in 2024 and telling a queer author group to (and I quote) 'stay in your lane'.

Star Trek GIF Riker is so over your nonsense

falken, to AWS Luxembourgish
@falken@qoto.org avatar

I'd call that a good update

schizanon, to AWS
@schizanon@mas.to avatar

You can access AWS Lambdas with API Gateway, or you can use Function URLs. Which is best for your serverless application? https://blog.bitsrc.io/amazon-api-gateway-vs-function-urls-2b6940168c21

the5thColumnist, to lambda
@the5thColumnist@mstdn.ca avatar

It appears my university newspaper , where I got my journalistic and political beginnings is no more, having been affected by Doug Ford policies and going online only in 2019, the latest post on the online edition is from September 2021 and the latest archived version is from September 2021.

https://www.cbc.ca/news/canada/sudbury/laurentian-opt-out-fees-lambda-1.5313811

https://northernontario.ctvnews.ca/campus-media-affected-by-opt-out-fees-1.4631358

https://thelambda.ca/

falken, to email
@falken@qoto.org avatar

I open sourced a thing for aggregation of DMARC reports from multiple domains.

https://codeberg.org/falken/dmarc-report

frankel, to lambda
@frankel@mastodon.top avatar
Clundoff, to lambda
@Clundoff@wandering.shop avatar

Know what we have? A second Queen of Swords Press title on the ! BIG congrats to Dee Holloway for seeing LITTLE NOTHING make the list! It’s also up for a and we have copies! Vote, vote! https://www.bsfa.co.uk/bsfa-awards-longlist

falken, to email
@falken@qoto.org avatar

I've open sourced about 80% of a solution for managing DMARC reports across multiple domains.

https://codeberg.org/falken/dmarc-report

Just need to pick a cheap persistent store. Wondering if just with is good enough...

b3cft,

@falken

I actually do it the other way around.

I have ses receive mail and put it directly into an s3 bucket.

Bucket has a notification to topics for creates into the report and forensic subfolders to a sns/sqs that feeds the lambda to process them. Then I can batch them.

Then lifecycle policy on bucket to clean up reports.

sirber, to Kubernetes
@sirber@fosstodon.org avatar

After one year of doing micro services in , I don't like it. It's very complex, it's hard to add new services that need to talk with other services, managing tokens and such. The data flow is complex. Maybe we're doing this wrong...

This year it will be a monorepo, in a . It's cheap, it's scalable, it's simple. Old micro services will become a library.

What's your experience with those?

miketheman, to AWS
@miketheman@hachyderm.io avatar

It's exciting to see that continue to excel on .

Watch this short video from @ajs that goes into some of the details of how AWS pulled it off.

https://youtu.be/qAYY9df2hVQ?si=pp4A1rhEQIHL835e

shakthimaan, to lambda
@shakthimaan@mastodon.social avatar

Lambda Days 2024 Kraków, Poland May 27-28 2024 https://sessionize.com/lambda-days-2024 @LambdaDays

treyhunner, to python
@treyhunner@mastodon.social avatar

Ever seen "lambda" in ?

That's a function.

But wait... aren't functions made with "def" statements? How are lambda functions different and why are they used?

That's the topic of this week's Python Morsels article.

https://pym.dev/lambda-expressions/

cazabon,

@treyhunner

It still pisses me off that complains if you ever bind a to a name. "Use a instead!" it whines.

Every time, I want to channel : "Leave me alone, I know what I'm doing!"

Jbasoo, to 11ty
@Jbasoo@mastodon.social avatar

I've just started learning and oh my days there seems to be a lot of ways to boilerplate this. Should I just use ? It looks like I'd need a bundler which seems overkill for my tiny site.

Also, are there any good courses around?

schizanon,
@schizanon@mas.to avatar

@Jbasoo @enhance_dev it's pretty simple to get into, and if you are at all interested in stuff it's based on https://arc.codes so it's good at that stuff too!

AndreasThinks, to AWS

So I spent today figuring out and and I DID NOT HAVE A GOOD TIME

kerfuffle, (edited ) to AWS
@kerfuffle@mastodon.online avatar

I wrote a blog describing how I translated a feature request into a , where the events we're interested in convey nothing happening for a certain amount of time.

But before I arrived at my current solution, I considered other solutions. I describe those as well, and explain their shortcomings.

It involves , DynamoDB Streams, and (), with some context mapping considerations thrown into the mix.

https://blog.jdriven.com/2023/10/handling-dynamodb-ttl-expiry-events-with-aws-lambda-and-dynamodb-streams/

falken, to lambda
@falken@qoto.org avatar

Hadn't thought of using EFS as a shared cache..

andrewfeeney, to Laravel
@andrewfeeney@phpc.social avatar

Does anyone know how, and how often native runtimes are updated? Where do the builds come from? Is there a docker file repo somewhere?

cjerrington, to python
@cjerrington@mstdn.social avatar

This was a fun script I had to work on this week. How to chunk up a Python list to process smaller chunks of the data at a time.

I was running a function in to remove users from the suppression list and hitting a rate limit.

https://claytonerrington.com/blog/list-throttling-with-python

number 45!

teriradichel, to Bash

Custom Bash Runtime for Lambda Container
~~
ACM.305 Using AWS base images for a container that runs a custom Lambda runtime
~~

https://medium.com/cloud-security/custom-bash-runtime-for-lambda-container-bec64ab33582

schizanon, to webdev
@schizanon@mas.to avatar

I think the biggest thing I'm looking for in my next job is

I'm getting so spoiled by and I am sick of docker containers.

I love the local dev experience of https://arc.codes it would be awesome to build something large scale with it!

Tipa, to javascript
@Tipa@gamepad.club avatar

front end served by , written in with 3 game engine, back end served with (soon AWS ) and written in . There's a lot going on but it sorta works. This proves my idea to offload the processing to a remote back end driving a thin client works.

It plays terribly at the moment, but it's good enough to work on the UX.

stuartmarks, to Java
@stuartmarks@mastodon.social avatar

RT @TheDonRaab
Did you know that I became dependent on lambdas in Java in 2004? Unfortunately, Java didn't get concise lambda expressions until 2014.

In the blog linked below, I share a bit of history you might not have heard before. Enjoy! 🙏
👇👇👇
https://donraab.medium.com/my-ten-year-quest-for-concise-lambda-expressions-in-java-39fde576b950

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines