py-lambda-action
py-lambda-action copied to clipboard
A Github Action to deploy AWS Lambda functions written in Python with their dependencies in a separate layer.
Hello @mariamrf! I hope we can get this merged to fix some issues and make some improvements to this very useful action. This PR does the following: - Adds all...
**Symptoms:** The workflow fails sometimes (not always) with this error: ``` Using the layer in the function... An error occurred (ResourceConflictException) when calling the UpdateFunctionConfiguration operation: The operation cannot be...
I am getting an error An error occurred (ResourceNotFoundException) when calling the UpdateFunctionCode operation: Function not found: An error occurred (ResourceNotFoundException) when calling the UpdateFunctionCode operation: Function not found: arn:aws:lambda:us-west-2:1233535:function:myfunction...
Hello, A small PR to add 2 functionalities : * Possibility to customize the path where the code is using * Add possibility to publish layer and/or lambda If lambda_function_name...
For example [this pipeline](https://github.com/aufbakanleitung/change-detection/runs/2389185900?check_suite_focus=true), if you check "Deploy code to Lambda" it is failing on multiple points but the entire pipeline is completely green. ``` ERROR: Invalid requirement: urllib3==1.26.4aws lambda...
Optional Feature to allow lambda zip to exclude certain files instead of zipping everything.