I know it’s been a long time, basically, I had some holidays and stayed a bit away to rest.
AWS Lambda:
I saw 2 new updates from AWS Lambda, that are quite interesting:
HTTPS Endpoints:
Basically, it’s now possible to trigger AWS Lambda from a simple HTTPs request, that’s super interesting when you need a single public endpoint for your application (like GraphQL).
Up to 10GB of Ephemeral Storage:
It’s now possible to set up to 10GB for the /tmp
directory in your lambda run time. That’s quite interesting when your processing needs to take use of heavy file (like media files processing).
0 Replies to “AWS Release Radar – 2022-04-24”