Toolverse
All skills

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
7

About this skill

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

How to use

  1. Przygotuj kod funkcji w Pythonie (lub innym obsługiwanym runtime) i spakuj go do pliku ZIP razem z wymaganymi zależnościami.
  2. Utwórz funkcję Lambda za pomocą AWS CLI, podając nazwę funkcji, runtime (np. python3.12), ARN roli IAM, handler (punkt wejścia) oraz plik ZIP z kodem – ustaw też timeout i rozmiar pamięci zgodnie z potrzebami.
  3. Skonfiguruj triggery, wybierając typ invocacji: synchroniczny (API Gateway, bezpośrednie wywołania), asynchroniczny (S3, SNS, EventBridge) lub poll-based (SQS, Kinesis, DynamoDB Streams).
  4. Debuguj problemy, analizując cold starty (inicjalizacja nowego środowiska) i warm starty (ponowne użycie istniejącego), oraz sprawdzając logi i context runtime.
  5. Optymalizuj wydajność, dodając warstwy (layers) do maksymalnie 5 na funkcję – zawierają biblioteki, zależności lub custom runtime, które można dzielić między funkcjami.
  6. Aktualizuj kod funkcji za pomocą polecenia update-function-code, gdy potrzebujesz zmienić logikę bez tworzenia nowej funkcji.

Related skills

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449

grafana-dashboards

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

DevOps
92262

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943

draw-io

by davila7

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

DevOps
1693

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166