_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Serverless Framework

17. 06. 2025 1 min read intermediate

Cloud Intermediate

Serverless Framework

ServerlessLambdaFaaS 3 min read

Multi-cloud serverless deployment. Lambda, Azure Functions, Cloud Functions jedním nástrojem.

serverless.yml

service: my-api
provider:
  name: aws
  runtime: nodejs20.x
  region: eu-central-1

functions:
  getUser:
    handler: src/handlers/getUser.handler
    events:
      - http:
          path: /users/{id}
          method: get
  createUser:
    handler: src/handlers/createUser.handler
    events:
      - http:
          path: /users
          method: post

Commands

serverless deploy        # Deploy vše
serverless deploy function -f getUser  # Jen jedna funkce
serverless invoke -f getUser --data '{"id":"123"}'
serverless logs -f getUser -t  # Tail logs
serverless remove            # Smaž vše

Summary

Serverless Framework zjednodušuje FaaS deployment. Pro AWS specificky zvažte také AWS SAM nebo CDK.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.