functions-development

Scaffold Python or Go serverless functions for Falcon Foundry.

24|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/CrowdStrike/foundry-skills --skill functions-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: functions-development
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/functions-development
Command: npx skills add https://github.com/CrowdStrike/foundry-skills --skill functions-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers face challenges in building, testing, and deploying serverless functions for Falcon Foundry with consistent patterns and best practices.

Core Features & Use Cases

  • Function scaffolding: Automate creation of Python or Go handlers with standard patterns.
  • Collection management: Simplify CRUD operations for incident or data stores.
  • Use Case: Build an incident tracking API that creates, retrieves, and deletes incidents in Falcon LogScale using minimal setup.

Quick Start

Use the functions development skill to generate a new Python handler that processes API requests for Falcon Foundry automation.

Frequently Asked Questions about functions-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create serverless functions for Falcon Foundry automation?

To create serverless functions for Falcon Foundry automation, use this Skill to scaffold Python or Go handlers with standard patterns, simplifying CRUD operations for incident or data stores.

What is the best way to structure a Python handler for Falcon Foundry?

The best way to structure a Python handler for Falcon Foundry is using provided templates that enforce best practices for SDK usage, error handling, and local development workflows.

Does Falcon Foundry function development support both Python and Go?

Yes, Falcon Foundry function development supports both Python and Go. The Skill provides standard scaffolding templates and best practices for creating handlers in either language.

Can I use the FDK to build an incident tracking API with Falcon LogScale?

Yes, you can use the FDK to build an incident tracking API that creates, retrieves, and deletes incidents in Falcon LogScale with minimal setup using provided collection management patterns.

How do I test and deploy serverless functions locally for Falcon Foundry?

You test and deploy serverless functions locally for Falcon Foundry by following the Skill's integrated local development workflows, which cover SDK usage, error handling, and file management.