Package cdev
This tool is designed to improve the developer experience for Serverless development.
Expand source code
"""
This tool is designed to improve the developer experience for Serverless development.
[](https://img.shields.io/badge/demo-holder-blue)
"""
# from . import commands, cli, settings, utils, constructs, models
#
#
# __all__ = [ "cli", "settings", "commands", "utils", "constructs", "models"]
__pdoc__ = {}
__pdoc__[".venv"] = False
from . import constructs, resources
# Ergonomic mapping so that the global project instance is in a more logical place for end developers.
Project = constructs.project.Project
Sub-modules
cdev.cli
-
Wrapper around commands that allows them to interface with the CLI
cdev.commands
cdev.constructs
cdev.default
-
Basic implementation of a Cdev mapper that interfaces with Aws
cdev.project_templates
cdev.resources
-
Resource documentation can be found here
cdev.utils