Skip to content

Juankzuhe/step_functions_demos

Repository files navigation

.
├── numbers_to_text
│   ├── final_condition
│   │   ├── index.py
│   │   ├── __init__.py
│   │   └── zappa_settings.json
│   ├── greater_than
│   │   ├── index.py
│   │   ├── __init__.py
│   │   └── zappa_settings.json
│   ├── __init__.py
│   ├── less_than
│   │   ├── index.py
│   │   ├── __init__.py
│   │   └── zappa_settings.json
│   ├── README.md
│   └── sub_numbers
│       ├── index.py
│       ├── __init__.py
│       └── zappa_settings.json
├── requirements.txt
├── simple_api
│   └── __init__.py
└── step_functions_example.json

About

Demo using AWS step functions - Python - Zappa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages