Skip to content

hayata-yamamoto/serverless-lambda-function-name-enum-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-lambda-function-name-enum-python

PyPI version Workflow on new release published

Overview

This CLI tools provide code generation experience.

If you have a serverless.yml to host your lambda application, ptmpdy provides Python Enum objects like

from enum import Enum


class LambdaHandlers(str, Enum):
    sample_handler = "sample-service-sample-handler"
    sample_handler2 = "sample-service-sample-handler2"

Usage

Please see usage.md.

Project Scope

Serverless Framework

  • Adding to Python code generation from serverless.yml
  • Adding serverless plugin

Development

poetry install

Contributions

This project is welcome to contribute. When you want to contribute this project, please follow contribute guides.

Guides

  1. Vote issues
  2. Create a PR to main branch in assigning to @hayata-yamamoto as a reviewer