Skip to main content

No project description provided

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sls_enum-0.3.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

sls_enum-0.3.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page