Skip to content

Releases: filipall/py-lambda-action

Fix missing dollar sign on models_result variable

27 Jun 12:53
80459cd
Compare
Choose a tag to compare
Merge pull request #8 from filipall/Fix_missing_dollar_sign

Fix missing dollar sign on models_result variable name

Fix add function calls to new model functions

27 Jun 12:34
83f0c55
Compare
Choose a tag to compare
Merge pull request #7 from filipall/Add_prebuilt_numpy_scipy_layer

Add call to new zip and publish functions to main function.

Add model layer

26 Jun 14:44
e89ab69
Compare
Choose a tag to compare
Add model layer Pre-release
Pre-release
Merge pull request #6 from filipall/Add_prebuilt_numpy_scipy_layer

Add models layer

Add prebuilt numpy and scipy layers

25 Jun 18:54
2375f0b
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from filipall/Add_prebuilt_numpy_scipy_layer

Add the prebuilt numpy scipy layer

Change name of lambdas folder to aws_lambdas v2

25 Jun 18:19
aa2f36d
Compare
Choose a tag to compare
Merge pull request #4 from filipall/Correct_dir_name_changes

Change name of the lambdas dir

Fix include src/lambdas/* but not the path

15 Jun 22:12
43d6e6b
Compare
Choose a tag to compare
v1.0.3

Merge pull request #3 from filipall/Fix_include_only_content_of_src_l…

Fix include src/lambdas/*

15 Jun 21:59
d2eff7e
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from filipall/Fix_include_src_lambdas_in_zip

Include all files in src/lambdas folder

Python 3.7, labels, dependency_directory, source/lambdas path

12 Jun 20:32
06daca0
Compare
Choose a tag to compare
  • Changing to to Python 3.7, add labels to the the Dockerfile
  • Add dependency directory as input: directory where the dependencies have been installed
  • Include only src/lambdas in the publishing_function_code()