Skip to content

Conversation

@negillett
Copy link
Member

Previously, the Python package was setup to list all lambda functions
in a single Python module. However, each lambda function should ideally
reside in their own Python module, this commit changes the structure to
reflect that. Lambda function modules are now listed under the functions
directory and are given unique names. This should make Lambda function
deployment more clear. The tests directory was also updated to mirror
the new package structure.

Fixes #2

Previously, the Python package was setup to list all lambda functions
in a single Python module. However, each lambda function should ideally
reside in their own Python module, this commit changes the structure to
reflect that. Lambda function modules are now listed under the functions
directory and are given unique names. This should make Lambda function
deployment more clear. The tests directory was also updated to mirror
the new package structure.

Fixes #2
@negillett negillett merged commit eb3da57 into release-engineering:master Feb 11, 2020
@negillett negillett deleted the function-module-naming branch February 11, 2020 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change function module name

2 participants