aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
338 stars 139 forks source link

feat: update node_npm actions and workflow to support building in source directory #462

Closed torresxb1 closed 1 year ago

torresxb1 commented 1 year ago

Issue #, if available:

Description of changes: Updates node actions and workflow to support building in source directory. Seems like a big PR but most is tests and changing comments to numpy docstring format. Tests will fail until this other PR is merged: https://github.com/aws/aws-lambda-builders/pull/461

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

torresxb1 commented 1 year ago

Thanks for the reviews!