# faas

Published articles for faas.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Deploy MCP Servers on AWS Lambda with Serverless Framework v4

DevFeed: [Deploy MCP Servers on AWS Lambda with Serverless Framework v4](<https://devfeed.tech/articles/deploy-mcp-servers-on-aws-lambda-with-serverless-framework-v4-14154.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/deploy-mcp-servers-on-aws-lambda-with-serverless-framework-v4>)

Author: Serverless Team

Published: 2026-08-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [MCP](<https://devfeed.tech/topics/mcp.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [news](<https://devfeed.tech/tags/news.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

A Serverless Framework v4.41.0 deployment workflow for MCP servers on AWS Lambda, using YAML and providing an HTTPS endpoint, response streaming, and pay-per-request pricing.

### Source excerpt

Serverless Framework v4.41.0 deploys MCP servers to AWS Lambda in a few lines of YAML - a real HTTPS endpoint, response streaming, and pay-per-request pricing.

## AWS Lambda MicroVM Sandboxes with the Serverless Framework

DevFeed: [AWS Lambda MicroVM Sandboxes with the Serverless Framework](<https://devfeed.tech/articles/easily-develop-aws-lambda-microvm-sandbox-architectures-14086.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/aws-lambda-microvms-sandboxes>)

Author: Serverless Team

Published: 2026-07-21T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Firecracker](<https://devfeed.tech/topics/firecracker.md>), [Emulator](<https://devfeed.tech/topics/emulator.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [emulator](<https://devfeed.tech/tags/emulator.md>), [faas](<https://devfeed.tech/tags/faas.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

AWS Lambda MicroVMs run untrusted and agent-generated code in isolated Firecracker virtual machines. The Serverless Framework supports them as Sandboxes in serverless.yml, with deployment and a local MicroVM emulator for development and testing.

### Source excerpt

AWS Lambda MicroVMs are a new compute primitive for running untrusted and agent-generated code in fully isolated Firecracker virtual machines. The Serverless Framework brings them into serverless.yml as Sandboxes, with one-command deploys and a full local MicroVMs emulator so you can build and test before you ship.

## AWS Bedrock AgentCore, S3 File Mounts, Python & Install Improvements

DevFeed: [AWS Bedrock AgentCore, S3 File Mounts, Python & Install Improvements](<https://devfeed.tech/articles/aws-bedrock-agentcore-s3-file-mounts-python-install-improvements-14083.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/aws-bedrock-agentcore-s3-file-mounts-python-install-improvements>)

Author: Serverless Team

Published: 2026-05-27T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Python](<https://devfeed.tech/topics/python.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [bedrock](<https://devfeed.tech/tags/bedrock.md>), [bug](<https://devfeed.tech/tags/bug.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [install](<https://devfeed.tech/tags/install.md>), [news](<https://devfeed.tech/tags/news.md>), [python](<https://devfeed.tech/tags/python.md>), [s3](<https://devfeed.tech/tags/s3.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Serverless Framework's May 2026 update covers built-in AWS Bedrock AgentCore support, S3 file system mounts for Lambda, faster Framework installs, Python improvements, bug fixes, and security updates.

### Source excerpt

Serverless Framework's May 2026 update covering built-in AWS Bedrock AgentCore support, S3 file system mounts for Lambda, faster Framework installs, Python improvements, bug fixes, and security updates.

## Newsletter: Managed Instances, Durable Functions, Core Integrations

DevFeed: [Newsletter: Managed Instances, Durable Functions, Core Integrations](<https://devfeed.tech/articles/newsletter-managed-instances-durable-functions-core-integrations-14288.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/newsletter-managed-instances-durable-functions-core-integrations>)

Author: Serverless Team

Published: 2026-01-20T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [lambda](<https://devfeed.tech/tags/lambda.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

A Serverless Framework Q1 2026 newsletter covers Lambda managed instances, durable functions, native AppSync support, built-in pruning, AWS SSO login, and integrations moved from plugins into core.

### Source excerpt

Serverless Framework's Q1 2026 newsletter covering Lambda managed instances, durable functions, native AppSync support, built-in pruning, AWS SSO login, and plugin-to-core integrations.

## AWS re:Invent serverless features available in Serverless Framework v4

DevFeed: [AWS re:Invent serverless features available in Serverless Framework v4](<https://devfeed.tech/articles/newsletter-use-new-aws-re-invent-features-today-14460.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/use-new-aws-re-invent-features-today>)

Author: Serverless Team

Published: 2025-12-09T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [features](<https://devfeed.tech/tags/features.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [livestream](<https://devfeed.tech/tags/livestream.md>), [networking](<https://devfeed.tech/tags/networking.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [subscription](<https://devfeed.tech/tags/subscription.md>)

### AI overview

Serverless Framework v4 already includes several AWS re:Invent serverless launches, including new runtimes, streaming APIs, tenant isolation, and expanded IAM and networking controls. The article also mentions a livestream deep-dive and a limited-time subscription offer.

### Source excerpt

AWS re:Invent's biggest serverless launches are already live in Serverless Framework v4, with new runtimes, streaming APIs, tenant isolation, enriched IAM and networking controls, and more - all ready to use today, alongside a livestream deep-dive and a limited-time subscription offer.

## Newsletter: Improved Python Support, Merging Plugins into Core, and more

DevFeed: [Newsletter: Improved Python Support, Merging Plugins into Core, and more](<https://devfeed.tech/articles/newsletter-improved-python-support-merging-plugins-into-core-and-more-14289.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/newsletter-nov-2025-improved-python-support-merging-plugins-into-core-and-more>)

Author: Serverless Team

Published: 2025-11-18T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Python](<https://devfeed.tech/topics/python.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

A Serverless Framework newsletter recaps built-in Python support, plugin consolidation into core, reliability improvements during upstream outages, IAM changes, and planned OpenTelemetry configuration and expanded variable resolution. It also mentions a limited-time discount and hiring for the Framework team.

### Source excerpt

Serverless Framework is closing out the year with major updates--new Python support built in, improved reliability during upstream outages, key IAM changes, and upcoming features like OpenTelemetry configuration and expanded variable resolution--while also offering a limited-time 20% end-of-year discount and actively hiring for the Framework team. This post recaps what's new, what's coming next, and how to get involved.

## Self-Hosting AI Agents on AWS with Serverless Container Framework v2

DevFeed: [Self-Hosting AI Agents on AWS with Serverless Container Framework v2](<https://devfeed.tech/articles/self-hosting-ai-agents-on-aws-with-serverless-container-framework-v2-14323.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/self-hosting-ai-agents-on-aws-with-serverless-container-framework-v2>)

Author: Serverless Team

Published: 2025-06-05T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [build](<https://devfeed.tech/tags/build.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [container](<https://devfeed.tech/tags/container.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [events](<https://devfeed.tech/tags/events.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [slack](<https://devfeed.tech/tags/slack.md>)

### AI overview

Serverless Container Framework v2 is presented as a way to deploy AI agents on self-managed AWS infrastructure, with integrations for APIs, events, and Slack.

### Source excerpt

Serverless Container Framework v2 (SCF v2) makes it easy to deploy powerful AI agents on your own AWS infrastructure--integrating seamlessly with APIs, events, and Slack. Skip the PaaS limitations and build agents that actually fit your stack.

## Introducing the Serverless MCP

DevFeed: [Introducing the Serverless MCP](<https://devfeed.tech/articles/introducing-the-serverless-mcp-14261.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/introducing-the-serverless-mcp>)

Author: Serverless Team

Published: 2025-04-17T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [MCP](<https://devfeed.tech/topics/mcp.md>), [ide](<https://devfeed.tech/topics/ide.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [ide](<https://devfeed.tech/tags/ide.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

The Serverless MCP is presented as a debugging tool that brings AWS Lambda, DynamoDB, and API Gateway state and logs into an IDE. It supports troubleshooting serverless applications with AI-assisted diagnostics and resource monitoring.

### Source excerpt

The Serverless MCP is a powerful debugging tool that brings AWS Lambda, DynamoDB, and API Gateway state and logs directly into your IDE. Eliminate AWS console visits while troubleshooting serverless applications with AI-assisted diagnostics and resource monitoring.

## Introducing Serverless Container Framework

DevFeed: [Introducing Serverless Container Framework](<https://devfeed.tech/articles/introducing-serverless-container-framework-14252.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/introducing-serverless-container-framework>)

Author: Serverless Team

Published: 2025-02-04T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [container](<https://devfeed.tech/tags/container.md>), [containers](<https://devfeed.tech/tags/containers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

Serverless introduces a Container Framework for deploying containers to AWS Lambda and AWS Fargate without rearchitecting.

### Source excerpt

A rich development and deployment experience for deploying containers to AWS Lambda and AWS Fargate, without rearchitecting. Serverless Container Framework gives you total flexibility.

## Introducing The AWS AI Stack

DevFeed: [Introducing The AWS AI Stack](<https://devfeed.tech/articles/introducing-the-aws-ai-stack-14082.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/aws-ai-stack>)

Author: Serverless Team

Published: 2024-09-11T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Boilerplate](<https://devfeed.tech/topics/boilerplate.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [React](<https://devfeed.tech/topics/react.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [llama3](<https://devfeed.tech/topics/llama3.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [back-end](<https://devfeed.tech/tags/back-end.md>), [bedrock](<https://devfeed.tech/tags/bedrock.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [front-end](<https://devfeed.tech/tags/front-end.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [llama3](<https://devfeed.tech/tags/llama3.md>), [llms](<https://devfeed.tech/tags/llms.md>), [news](<https://devfeed.tech/tags/news.md>), [react](<https://devfeed.tech/tags/react.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

The AWS AI Stack is introduced as a full-stack, serverless boilerplate for building AI applications on AWS. It uses Bedrock LLMs including Claude 3.5 Sonnet and Llama3.1, with a React front end, AWS Lambda back end, and built-in CI/CD.

### Source excerpt

Full-stack, serverless, boilerplate for AI applications on AWS, featuring Bedrock LLMs like Claude 3.5 Sonnet and Llama3.1, a React front-end, AWS Lambda back-end, built-in CI/CD and more.

## Blog: Introducing Falco Talon v0.1.0

DevFeed: [Blog: Introducing Falco Talon v0.1.0](<https://devfeed.tech/articles/blog-introducing-falco-talon-v0-1-0-32503.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-talon-v0-1-0/>)

Published: 2024-09-09T00:00:00Z

Content type: release

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [Kubernetes clusters](<https://devfeed.tech/topics/kubernetes-clusters.md>), [No-code](<https://devfeed.tech/topics/no-code.md>), [function as a service](<https://devfeed.tech/topics/function-as-a-service.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [faas](<https://devfeed.tech/tags/faas.md>), [falco](<https://devfeed.tech/tags/falco.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-clusters](<https://devfeed.tech/tags/kubernetes-clusters.md>), [no-code](<https://devfeed.tech/tags/no-code.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [talon](<https://devfeed.tech/tags/talon.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

This release introduces Falco Talon v0.1.0, a response engine for managing threats in Kubernetes clusters. It is designed to let users define rules and react to Falco events without building and maintaining custom FaaS-based response systems.

### Source excerpt

More than 7 years ago, frustrated by the lack of integrations between Falco and third parties, I created Falcosidekick. The tool evolved much more than expected, with the help of dozens of contributors, individuals or for companies, to have now almost 70 different integrations, and more are coming. Its baby brother came few years later, Falcosidekick UI, helping people to visualize in real time the alerts leveraged by Falco and fine tuning their rules. A frustation remained after all. With Falco, we have an amazing tool to detect suspicious events in our Linux hosts, VM and Kubernetes clusters, with Falcosidekick, we can easily notify our Dev/Secops, index the alerts in some SIEM, etc. But a last piece was missing: how to react to these events? With the integrations of well known FaaS in Falcosidekick, we started a series of blog posts to show how to create from scratch what we call a "response engine". All these systems are modular, flexible, robust, but they all require a considerable amount of work from the user, to deal with the Falco payload format, the errors, the retries, the authentication to the API (AWS, Kubernetes Control Plane), the logs, the metrics, etc. Not all users and companies have the skills and/or the budget to maintain such an architecture. To answer these needs, we designed and created Falco Talon. The the first version is officially out!. What is Falco Talon? Falco Talon is a Response Engine for managing threats in Kubernetes clusters. It enhances the solutions proposed by the Falco community with a no-code tailor-made solution. With easy rules, you can react to events from Falco in milliseconds. Why did we created Falco Talon? Over the years, the Falco community proposed different methods to react to the Falco Events, what we call a response engine. All these methods rely on a 3rd party FaaS (Function as a Service) and come with drawbacks, all actions must be developped by the users to manage: The errors The Falco event format The authentica

## Axiom Integration for AWS Lambda Observability in Serverless Framework

DevFeed: [Axiom Integration for AWS Lambda Observability in Serverless Framework](<https://devfeed.tech/articles/slash-aws-lambda-observability-costs-with-serverless-framework-s-axiom-integration-14361.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-framework-axiom-integration>)

Author: Serverless Team

Published: 2024-08-26T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Amazon CloudWatch Logs](<https://devfeed.tech/topics/amazon-cloudwatch-logs.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [news](<https://devfeed.tech/tags/news.md>), [observability](<https://devfeed.tech/tags/observability.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

The article describes integrating Axiom with Serverless Framework to provide logs, metrics, and traces for AWS Lambda observability, with a claimed cost advantage over AWS CloudWatch.

### Source excerpt

Optimize AWS Lambda observability with Axiom and Serverless Framework. Save on costs compared to AWS CloudWatch while enjoying seamless logs, metrics, and traces integration. Simple setup, advanced configuration, and non-disruptive transition for efficient serverless deployments.

## Serverless Framework Now Supports AWS SAM & Cloudformation

DevFeed: [Serverless Framework Now Supports AWS SAM & Cloudformation](<https://devfeed.tech/articles/serverless-framework-now-supports-aws-sam-cloudformation-14365.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-framework-now-supports-aws-sam-cloudformation>)

Author: Serverless Team

Published: 2024-08-26T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cloudformation](<https://devfeed.tech/tags/cloudformation.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [sam](<https://devfeed.tech/tags/sam.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Serverless Framework 4.2.3 adds support for AWS SAM and CloudFormation templates, enabling deployment of SAM and CloudFormation projects alongside Serverless Variables for AWS Lambda development.

### Source excerpt

Serverless Framework 4.2.3 now supports AWS SAM and CloudFormation templates, simplifying AWS Lambda development. Deploy SAM/CF projects seamlessly, use Serverless Variables, and streamline your workflow. Perfect for organizations seeking to consolidate serverless tools and standardize development processes.

## Serverless Framework V4 Generally Available

DevFeed: [Serverless Framework V4 Generally Available](<https://devfeed.tech/articles/serverless-framework-v4-generally-available-14370.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-framework-v4-general-availability>)

Author: Serverless Team

Published: 2024-06-13T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Development](<https://devfeed.tech/topics/development.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [development](<https://devfeed.tech/tags/development.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [logging](<https://devfeed.tech/tags/logging.md>), [news](<https://devfeed.tech/tags/news.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Serverless Framework V4 is generally available, adding native TypeScript support, a revamped Dev Mode, integrations with HashiCorp Terraform and Vault, and advanced AWS Lambda logging.

### Source excerpt

Discover the power of Serverless Framework V.4! Native TypeScript support, revamped Dev Mode, and seamless integration with HashiCorp Terraform and Vault. Enjoy faster development, enhanced security, and powerful new features like advanced AWS Lambda logging. Get started now via GitHub or npm.

## Serverless Framework V4: A New Model

DevFeed: [Serverless Framework V4: A New Model](<https://devfeed.tech/articles/serverless-framework-v4-a-new-model-14369.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-framework-v4-a-new-model>)

Author: Serverless Team

Published: 2023-10-26T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [fees](<https://devfeed.tech/tags/fees.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

Serverless Framework V4 will introduce revenue sharing for those extending the Framework and fees for organizations with more than $2 million in annual revenue.

### Source excerpt

Serverless Framework V.4 will introduce revenue sharing w/ those extending the Framework & fees for orgs w/ $2M+ in annual revenue.

## Meta's serverless platform processes trillions of function calls a day

DevFeed: [Meta's serverless platform processes trillions of function calls a day](<https://devfeed.tech/articles/meta-s-serverless-platform-processes-trillions-of-function-calls-a-day-39093.md>)

Original publisher: [Read original article](<https://read.engineerscodex.com/p/meta-xfaas-serverless-functions-explained>)

Author: Engineer's Codex

Published: 2023-10-22T17:32:27Z

Content type: article

Language: en

Sources: [Engineer's Codex](<https://devfeed.tech/sources/engineer-s-codex.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [Function as a Service (FaaS)](<https://devfeed.tech/topics/function-as-a-service-faas.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-functions](<https://devfeed.tech/tags/azure-functions.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service-faas](<https://devfeed.tech/tags/function-as-a-service-faas.md>), [meta](<https://devfeed.tech/tags/meta.md>), [performance](<https://devfeed.tech/tags/performance.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

This article summarizes and explains Meta's XFaaS, a private serverless platform for non-user-facing functions. It describes how XFaaS reduces startup overhead, predicts spiky workloads, and spreads work across time and datacenters to improve hardware utilization and manage cost.

### Source excerpt

XFaaS is Meta's private platform for "Hyperscale and Low Cost Serverless Functions." It is more efficient than AWS Lambda, Azure Functions, and Google Cloud Functions.

## Serverless Cloud spins off as Ampt

DevFeed: [Serverless Cloud spins off as Ampt](<https://devfeed.tech/articles/serverless-cloud-spins-off-as-ampt-14339.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-cloud-spins-off-as-ampt>)

Author: Austen Collins

Published: 2022-11-15T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [observability](<https://devfeed.tech/tags/observability.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

Serverless Cloud has spun off as Ampt, while Serverless Inc. remains committed to observability.

### Source excerpt

Serverless Cloud spins off as Ampt while Serverless Inc. stays committed to the observability mission.

## Introducing Serverless Console V2

DevFeed: [Introducing Serverless Console V2](<https://devfeed.tech/articles/introducing-serverless-console-v2-14345.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-console-v2>)

Author: Austen Collins

Published: 2022-11-10T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [dev](<https://devfeed.tech/tags/dev.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [observability](<https://devfeed.tech/tags/observability.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

Serverless Console V2 adds real-time spans, requests, and responses in Dev Mode, along with enhanced AWS Lambda observability powered by the Telemetry API.

### Source excerpt

Serverless Console V2 brings real-time spans, requests and responses in Dev Mode, plus enhanced AWS Lambda observability powered by the Telemetry API.

## Getting Started with MongoDB Atlas and Azure Functions using Node.js

DevFeed: [Getting Started with MongoDB Atlas and Azure Functions using Node.js](<https://devfeed.tech/articles/getting-started-with-mongodb-atlas-and-azure-functions-using-node-js-21821.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/11/getting-started-mongodb-atlas-azure-functions-nodejs/>)

Author: Nic Raboy

Published: 2022-11-08T13:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [azure functions](<https://devfeed.tech/topics/azure-functions.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [azure](<https://devfeed.tech/tags/azure.md>), [azure-functions](<https://devfeed.tech/tags/azure-functions.md>), [database](<https://devfeed.tech/tags/database.md>), [faas](<https://devfeed.tech/tags/faas.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to use MongoDB Atlas with Azure Functions for data persistence in serverless applications. It focuses on Node.js and the MongoDB Node.js driver, including connection scaling considerations and required setup.

### Source excerpt

So you're building serverless applications with Microsoft Azure Functions, but you need to persist data to a database. What do you do about controlling the number of concurrent connections to your dat... The post Getting Started with MongoDB Atlas and Azure Functions using Node.js appeared first on Microsoft.

## Build a Totally Serverless REST API with MongoDB Atlas

DevFeed: [Build a Totally Serverless REST API with MongoDB Atlas](<https://devfeed.tech/articles/build-a-totally-serverless-rest-api-with-mongodb-atlas-21820.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/11/build-totally-serverless-rest-api-mongodb-atlas/>)

Author: Nic Raboy

Published: 2022-11-04T17:26:26Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [faas](<https://devfeed.tech/tags/faas.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to build a fully serverless REST API using a MongoDB Atlas serverless instance and Atlas HTTPS endpoints. It covers deploying and configuring the database and creating serverless API endpoints with JavaScript and Node.js.

### Source excerpt

So you want to build a REST API, but you don't want to worry about the management burden when it comes to scaling it to meet the demand of your users. Or maybe you know your API will experience more b... The post Build a Totally Serverless REST API with MongoDB Atlas appeared first on MongoDB.

## 2022 Serverless Community Survey

DevFeed: [2022 Serverless Community Survey](<https://devfeed.tech/articles/2022-serverless-community-survey-14048.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/2022-serverless-community-survey>)

Author: Matthieu Napoli

Published: 2022-08-23T14:56:43Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [insights](<https://devfeed.tech/tags/insights.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [survey](<https://devfeed.tech/tags/survey.md>)

### AI overview

The article presents results from the 2022 Serverless Community Survey and explores how teams across the industry use serverless.

### Source excerpt

Results of the 2022 Serverless Community Survey to explore how serverless is used by teams all over the industry.

## How to send transactional emails with Sendinblue and Serverless Cloud

DevFeed: [How to send transactional emails with Sendinblue and Serverless Cloud](<https://devfeed.tech/articles/how-to-send-transactional-emails-with-sendinblue-and-serverless-cloud-14234.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/how-to-send-transactional-emails-with-sendinblue-and-serverless-cloud>)

Author: Emrah Samdan

Published: 2022-07-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

A tutorial explaining how to set up a welcome email flow using Serverless Cloud and Sendinblue.

### Source excerpt

This blog post explains how to setup a welcome email flow using Serverless Cloud and Sendinblue.

## May 17th Community Call - Webinar Recap

DevFeed: [May 17th Community Call - Webinar Recap](<https://devfeed.tech/articles/may-17th-community-call-webinar-recap-14279.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/may-17th-community-call-webinar-recap>)

Author: Richard Grant

Published: 2022-06-22T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [recap](<https://devfeed.tech/tags/recap.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [webinar](<https://devfeed.tech/tags/webinar.md>)

### AI overview

A recap of the May 17th community call is available on demand. The session covered how to structure a Serverless Application and included a serverless story from Purple Technology.

### Source excerpt

The on-demand recap of our May 17th community call is now available to stream. We covered how to structure a Serverless Application and we were joined by Purple Technology who shared their serverless story.

## 7 Reasons Why Serverless Encourages Useful Engineering Practices

DevFeed: [7 Reasons Why Serverless Encourages Useful Engineering Practices](<https://devfeed.tech/articles/7-reasons-why-serverless-encourages-useful-engineering-practices-14053.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/7-reasons-why-serverless-encourages-useful-engineering-practices>)

Author: Anna Geller

Published: 2022-06-02T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

The article presents seven ways serverless development can encourage useful engineering practices.

### Source excerpt

Serverless isn't just great for building stuff fast. It can also help point you in a direction that promotes some useful engineering practices. Anna shares with us 7 ways this happens!

[Next page](<https://devfeed.tech/tags/faas.md?cursor=WyIyMDIyLTA2LTAyVDAwOjAwOjAwKzAwOjAwIiwgIjNlOGJkZmQyLTY3MDItNGNlOS04NDE1LTI3ZDcyYmJiNTkxMCJd>)