Cloudflare Pages is a JAMstack platform for frontend developers to collaborate and deploy websites.
In addition to static hosting on Cloudflare Pages, one can add dynamic functionality dropping a few TypeScript files into a functions, then git commit+push.
We can now retrieve secrets with the new Parameter Store and Secrets Manager extension. We don't need the SDK for this operation, which means a smaller package size and faster deployment for our Lambda functions.
How to use AWS SAM and AWS CDK together in serverless development to quickly push code changes to the cloud, and easily tail the live cloud logs as we test; with example code repo and visuals.
With the increasing number of direct integration between AWS services, AWS Lambda is not as essential as it used to be. This post tells you when to use one and when not.
Amazon Neptune Serverless is a new deployment option that automatically scales capacity based on the needs of the application, making it easy and cost effective for developers to run graph databases without managing database capacity.
Neptune is a fast, reliable, and fully managed graph database service for building and running applications with highly connected datasets, such as knowledge graphs, fraud graphs, identity graphs, and security graphs.
With Neptune Serverless, you can run applications built using a graph database with a just few steps, and scale automatically to meet your application’s needs.
bit.io serverless Postgres makes the whole process of working with data even easier by handling all the work it takes to run a Postgres database automatically.
No need to manage, deploy, scale, or secure your database.
Cisco announced a new framework for signing and validating serverless functions.
The newly launched FunctionClarity tool falls under the networking giant’s OpenClarity umbrella.
This builds on Cisco’s APIClarity and KubeClarity open source tools meant to provide advanced observability for APIs and detection and management of software bill of materials (SBOM) and vulnerabilities in container images and filesystems.
Astro 1.6.2 monorepo, multi-project layout to get hybrid SSG and SSR in one solution. With a Vercel config for serverless and static adapter integration.