Turns out #Serverless was just a bunch of cgi-bin scripts in a trenchcoat all along...
https://fedi.simonwillison.net/@simon/114803270086453230
Turns out #Serverless was just a bunch of cgi-bin scripts in a trenchcoat all along...
https://fedi.simonwillison.net/@simon/114803270086453230
Practical Serverless &Microservices with Azure by Gabriel Baptista and Francesco Abbruzzese is out now.
Learn how to build and run microservices on Azure using AKS, Functions, API Management, and more.
You’ll get hands-on with:
1. Designing #microservices architecture
2. #Serverless with Azure Functions
3. Messaging with Service Bus & Event Grid
4. CI/CD for microservices
Link- https://www.amazon.com/dp/1836642016
Discover how serverless computing on Azure drives innovation, scales effortlessly, and creates real-world impact. #Azure #Serverless
Now on @Flippa
#NFT #AWARD #GAME #LOTTERY #PROJECT #BUSSINESFORSALE DM for proposals. Only real and serious, please. #Code written in #C #Lua & #SQLite. #Secure #Serverless technology http://bit.ly/m/nfttossclub rules & about also
https://flippa.com/12004306-this-is-a-reward-game-it-s-like-a-lottery-but-it-is-not-based-on-winning-tokens-but-rather-cryptocurrency
#NFT #AWARD #GAME #LOTTERY #PROJECT #BUSSINESFORSALE DM for proposals. Only real and serious, please. #Code written in #C #Lua & #SQLite. #Secure #Serverless technology http://bit.ly/m/nfttossclub rules & about also
https://telegra.ph/NFT-TOSS-AWARD-GAME-CLUB-06-18
In my last video you learned the power of combining .NET Aspire with AWS Lambda for testing your Lambda functions locally. In this video, you go one step further.
You'll learn how you can test asynchronous Lambda functions locally. Those pesky functions that receives messages from services like SQS, EventBridge and SNS.
With .NET Aspire, the .NET Lambda Test Tool and some little AWS SDK tricks you can now test all of that locally and as part of your integration tests.
Interested how? Link below.
Celebrating innovation, scale, and real-world impact with Serverless Compute on Azure | by Scott Hunter.
I'm happy to announce that I’ve received a new NLnet/NGI0 grant to work on XMPP metadata reduction and serverless implementation (RELOAD).
This will involve contributions to XMPP specifications and implementation within the Libervia project.
The outcomes will include improved privacy, better resilience to network issues or censorship, and serverless connections (e.g., in LAN or ad-hoc networks).
Stay ahead in IT Infrastructure & Development!
Follow me: @kevinveenbirkenbach@microblog.cymais.cloud for #CyMaIS news at https://cymais.cloud
Topics: #CloudComputing #DevOps #Microservices #Kubernetes #SoftwareDev #CyberSecurity #Automation #DigitalTransformation
Trends: #InfrastructureAsCode #CI #CD #Serverless #Agile #BusinessGrowth #StartupLife #DigitalStrategy
Connect & grow together!
Local #Lambda development doesn't have to be complex!
This video explores how .NET Aspire can simplify your #serverless application setup with all the debugging you need. Perfect if you want to stop writing YAML and get faster feedback loops.
https://youtu.be/Ph9w_EKZQU0
Amazon Aurora DSQL is now generally available!
This PostgreSQL-compatible, serverless & distributed database from AWS is designed to support active-active high availability and multi-region strong consistency.
Discover more: https://bit.ly/4jPLo2e
Hướng dẫn tạo và sử dụng Cloudflare Worker
Hướng dẫn tạo và sử dụng Cloudflare Worker #CloudflareWorker #Serverless #JavaScript #CloudComputing #WebDevelopment Cloudflare Workers là một nền tảng serverless cho phép bạn chạy mã JavaScript gần với người dùng hơn bao giờ hết. Điều này dẫn đến thời gian tải trang nhanh hơn, khả năng mở rộng tốt hơn và chi phí thấp hơn so với các giải pháp truyền thống.
https://maychu.top/2025/06/11/huong-dan-tao-va-su-dung-cloudflare-worker/
We're excited to announce the release of #Fedify 1.6.1, which marks the beginning of the 1.6 series following the retraction of version 1.6.0. This release introduces significant new capabilities that expand Fedify's deployment options and enhance security compatibility across the #fediverse.
Cloudflare Workers support
Fedify 1.6 introduces first-class support for Cloudflare Workers, enabling #serverless deployment of #ActivityPub applications at the edge.
New components
WorkersKvStore
: A key–value store implementation using Cloudflare's KV API for persistent storage in Workers environmentsWorkersMessageQueue
: A message queue implementation leveraging Cloudflare Queues for reliable message processingKey features
queue()
methodFederation.processQueuedTask()
methodFor a complete working example, see the Cloudflare Workers example in the Fedify repository.
Federation builder pattern
Fedify 1.6 introduces the FederationBuilder
class and createFederationBuilder()
function to support deferred federation instantiation. This pattern provides several benefits:
The builder pattern is particularly useful for large applications and environments like Cloudflare Workers where configuration data is only available at runtime.
HTTP Message Signatures (RFC 9421)
Fedify 1.6 implements the official HTTP Message Signatures standard (RFC 9421) specification, the final revision of the HTTP Signatures specification.
Double-knocking mechanism
To ensure maximum compatibility across the fediverse, Fedify 1.6 introduces an intelligent double-knocking mechanism:
This approach ensures seamless communication with both modern and legacy ActivityPub implementations while positioning Fedify at the forefront of security standards.
Interoperability testing
The RFC 9421 implementation has been thoroughly tested for interoperability with existing ActivityPub implementations that support RFC 9421 signature verification:
These tests confirm that other ActivityPub implementations can successfully verify RFC 9421 signatures generated by Fedify, ensuring proper federation as the ecosystem gradually adopts the official specification. While these implementations currently support verification of RFC 9421 signatures, they do not yet generate RFC 9421 signatures themselves—making Fedify one of the first ActivityPub implementations to support both generation and verification of the modern standard.
WebFinger enhancements
Dedicated WebFinger lookup
The new Context.lookupWebFinger()
method provides direct access to WebFinger data, offering developers more granular control over account discovery and resource resolution beyond the higher-level Context.lookupObject()
method.
Context API improvements
Context data replacement
The new Context.clone()
method enables dynamic context data replacement, providing greater flexibility in request processing and data flow management. This is particularly useful for middleware implementations and complex request routing scenarios.
Migration considerations
Backward compatibility
Fedify 1.6 maintains full backward compatibility with existing applications. The new HTTP Message Signatures and double-knocking mechanisms work transparently without requiring any code changes.
Node.js version requirement
Important: Fedify 1.6 requires Node.js 22.0.0 or later for Node.js environments. This change does not affect applications using Deno or Bun runtimes. If you're currently using Node.js, please ensure your environment meets this requirement before upgrading.
New deployment options
For new deployments, consider leveraging Cloudflare Workers support for:
Looking forward
Fedify 1.6 represents a significant expansion of deployment possibilities while maintaining the framework's commitment to broad compatibility across the fediverse. The addition of Cloudflare Workers support opens new architectural patterns for federated applications, while the RFC 9421 implementation ensures Fedify stays current with emerging ActivityPub security standards.
For detailed migration guides, API documentation, and examples, please visit the Fedify documentation. Join our community on Matrix or Discord for support and discussions.
Cancer Research UK cut payment system costs by 94% by going serverless on AWS.
Learn how in this week’s #AWSDevelopers Podcast.
(links in the thread)
Cloud Run GPUs, now GA, makes running AI workloads easier for everyone
https://cloud.google.com/blog/products/serverless/cloud-run-gpus-are-now-generally-available
Looking to level up your serverless NodeJS skills? Check out my video on integration testing serverless applications. It's packed with practical tips and real-world examples. Give it a watch and let me know what you think! https://www.youtube.com/watch?v=d2Fx4ACWAHI #NodeJS #Serverless #IntegrationTesting
https://www.youtube.com/watch?v=d2Fx4ACWAHI
@astraluma @alina @xerz Bonus points if you can make it "#serverless" using #pwnat techniques...
Did you know, that the Lambda runtimes do not include the latest AWS SDKs? For example, the Lambda runtime node22.x comes with the AWS Node.js SDK version 3.774.0 which was released about two months ago.
I did not expect that. Wanted to use a new feature which is not possible with the dated SDK version.