Deploying Python Lambda Functions With Layers Using TypeScript CDK link.medium.com/2SVy1JubXCb

#aws #cdk #typescript #python #lambda

Last updated 1 year ago

ДевоПес · @devops
57 followers · 249 posts · Server twiukraine.com

Нарешті закінчив з автоматичними повідомленнями про старт деплою в . Клієнт постійно питає: чому щось не працює, а виявляється, що кожен раз іде деплой від розробників, про який ніхто не знає. Звʼязка получилась така:
-> Topic -> , а далі через визов на вебхук, щоб сповістити канал про старт деплоя.
К досвіду додався ще один сервіс, з яким раніше не працював (EventBridge)

#aws #elasticbeanstalk #eventbridge #sns #lambda #slack

Last updated 1 year ago

Marco Molteni · @pizzaclick
24 followers · 372 posts · Server hachyderm.io

The OS boots on (the virtual machine monitor VMM behind ) in... 20 ms.

The story behind:
usenix.org/publications/logino

#freebsd #Firecracker #aws #lambda

Last updated 1 year ago

Tango · @mastertango
4 followers · 804 posts · Server toots.tangoit.net

Anyone building multi-arch 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?

#aws #lambda #layers #serverless

Last updated 1 year ago

Jonathan Matthews · @jonathanmatthews
191 followers · 371 posts · Server fosstodon.org

An unexpected day off tomorrow, means I'll be working on a couple of side projects: using inside , and advancing the state of the tool for creating configurations in CUE.
Ping me if you're interested in chatting about either!

#cuelang #cue #aws #lambda #cueniform #terraform

Last updated 1 year ago

Clayton Errington 🖥️ · @cjerrington
98 followers · 1332 posts · Server mstdn.social

It’s been a pretty successful week so far. Got a function to update our bucket policies and backups direct to an S3 bucket accomplished too. Off to a good start!

and the is a fun place to be right now.

#Cloud #AWS #SQL #S3 #lambda

Last updated 1 year ago

Jonathan Matthews · @jonathanmatthews
190 followers · 391 posts · Server fosstodon.org

I'm going to put inside an extension ... and it's not even(*) a dirty !
(*) mostly

#xinetd #aws #lambda #hack

Last updated 1 year ago

Jonathan Matthews · @jonathanmatthews
187 followers · 372 posts · Server fosstodon.org

Does anyone know (or could point to) the theoretical or practical limit on the number of deployed functions that an account can contain? I can't see the question answered anywhere.

Not concurrent executions; not provisioned capacity; not create-function-requests-per-second; not function versions ... but the number of uniquely named functions that can be deployed, possibly sitting unused, ready to be invoked, in an AWS account ... 🤔

#aws #lambda #serverless

Last updated 1 year ago

Farooq Karimi Zadeh · @farooqkz
28 followers · 190 posts · Server blackrock.city

I feel like @cosmician is turning to the dark side of Math which is lambda calculus.

#math #mathematics #lambda #calculus #lambda_calculus

Last updated 1 year ago

Rodolfo · @darkmirror
107 followers · 2362 posts · Server wandering.shop

@GayOldTime

I still see the odd around, here and there, from time to time.

The longest-running radio show in (the US?) is . was important to the Marriage Equality fight. The is still out there reviewing books. Etc…

But yeah, for the most part, at least in my little corner of the universe, it’s been eclipsed by other symbols, such as rainbows and pink triangles.

#lambda #lgbt #dallas #lambdaweekly #LambdaLegal #us #lambdaliteraryreview #queer

Last updated 1 year ago

Gay Old Time · @GayOldTime
599 followers · 766 posts · Server masto.ai

In the 1970s, there was an effort to make the Greek letter lambda the symbol of gay liberation. “Universally recognized" is overselling it quite a bit – it was known in some circles, mostly in the USA.

#vintagead #gay #lambda

Last updated 1 year ago

Mark Wolfe · @wolfeidau
110 followers · 162 posts · Server awscommunity.social

Put together an annotated more complete multi binary AWS sam example which is closer to my standard Go project structure. This deploys to provided.al2 runtime using arm64, and custom compile flags to trim down the binary. github.com/wolfeidau/sam-golan

#aws #lambda #golang

Last updated 1 year ago

Luciano Mammino · @loige
105 followers · 144 posts · Server mastodon.ie

I made a GIF for all these people who want to use for everything! 😩

PS: I am one of these people! 😇

#aws #lambda

Last updated 1 year ago

nosh :fosstodon: (ʘ‿ʘ) · @nosherwan
498 followers · 4761 posts · Server fosstodon.org

🖥️
How do you deploy AWS Lambda apps:





#poll #polls #serverless #aws #lambda

Last updated 1 year ago

Luciano Mammino · @loige
104 followers · 141 posts · Server mastodon.ie

Lately I have been porting a monolith (yes you can go overboard with them too!) into a more modular step function.

Why and how?

We discuss all the details in the latest episode of Bites podcast.

Check it out 👇

awsbites.com/92-decomposing-th

#lambda #aws

Last updated 1 year ago

IBBoard · @ibboard
100 followers · 3091 posts · Server hachyderm.io

It worries me that the solution to a segfault in Python imports may be "import it in an arbitrary class that ensures it happens earlier".

That feels like it's just masking a problem, and it's going to crop up later!

#aws #lambda #debugging #python

Last updated 1 year ago

IBBoard · @ibboard
100 followers · 3089 posts · Server hachyderm.io

AHAH! If I import s3transfer earlier then it DOESN'T segfault.

That doesn't help me work out WHY it fails, but *might* give me a work around (unless whatever it's conflicting with just causes issues later instead!)

#python #debugging #aws #lambda

Last updated 1 year ago

IBBoard · @ibboard
100 followers · 3080 posts · Server hachyderm.io

Fighting a segfault in written in Python.

Only it's before it hits my code.

Finally tracked it down to a YAML library by stripping it from the deploy. I now get "cannot import". Just need to work out what I can do about it.

#aws #lambda

Last updated 1 year ago