Python SDK Documentation
Console
Register or Log in Akka Serverless Status
Resources
Discussion Forum Lightbend Blog Lightbend Academy Free Training
Lightbend
Who Is Lightbend? Who Uses Lightbend? Certification News & Press Get In Contact
    • Developing with Python
      • Process overview
      • Getting Started
      • Kickstart a Python module
      • Writing gRPC descriptors
      • Implementing Event Sourced Entities
      • Implementing Value Entities
      • Implementing Actions
      • Forwarding and effects
      • Subscribing to a Journal
      • Publishing and Subscribing
      • Creating Views
      • Run a service locally
master
    • master
  • Developing with Python
  • Kickstart a Python module
Edit this Page

Kickstart a Python module

The Python SDK for Akka Serverless does not provide a code generation tool (yet). The best way to kickstart a new Python application/API/service is to use one of the template projects on github.

https://github.com/jpollock/akka-serverless-starter-python-eventsourcedentity

https://github.com/jpollock/akka-serverless-starter-python-valueentity

https://github.com/jpollock/akka-serverless-starter-python-action

Getting Started Writing gRPC descriptors