20 lines
476 B
Python
20 lines
476 B
Python
# terrascript/provider/dedunumax/awslambda.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:30 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class awslambda(terrascript.Provider):
|
|
""""""
|
|
|
|
__description__ = ""
|
|
__namespace__ = "dedunumax"
|
|
__name__ = "awslambda"
|
|
__source__ = "https://github.com/dedunumax/terraform-provider-awslambda"
|
|
__version__ = "1.0.6"
|
|
__published__ = "2021-06-07T07:57:27Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["awslambda"]
|