lambda-action
lambda-action copied to clipboard
GitHub Action for Deploying Lambda code to an existing function
We have received for all deploys (new and old lambdas) this error, maybe related to this: https://forums.aws.amazon.com/thread.jspa?threadID=346005
Hi Team, We have problems updating lambda with environment vars, we got next message: "The operation cannot be performed at this time. An update is in progress for resource: xxxx"....
If you're assuming roles to deploy your lambdas, which is AWS best practice, this action will not work as it only takes a AWS IAM Key and Secret Key for...
I am trying to not publish a new version. Even after setting the corresponding flag "publish: false" I am still facing the same behaviour as before. Here is the code...
1. If you specify `layers` it does nothing. 2. If I create the layer by hand in the dashboard after I run it I get the error: ``` The operation...
Hello: The best of the Lambda's updaters, the only one I've seen that request python version. A question though - will this install a virtual environment from requirements.txt and upload...
I have been using this action since the [october version](https://github.com/appleboy/lambda-action/commit/c56c1b2a379b675adaec781b5fbd202938a827e4) without any problems; however, a current change in the behaviour of this action has caused my deployments to suddenly fail....
Hello, I'm trying to add layers to the lambda configuration, but when I use this syntax: ``` - uses: appleboy/lambda-action@master with: aws_access_key_id: ... ... layers: ['arn_1:version', 'arn_2:version'] ``` I receive...
I got error when I use variable for function_name ``` with: aws_access_key_id: *** aws_secret_access_key: *** aws_region: us-east-2 function_name: ${GITHUB_REF##*/} zip_file: myzip.zip publish: true env: CURRENT_BRANCH: ${GITHUB_REF##*/} /usr/bin/docker run --name bec5f76a1f46c5d084e73813d8c89f2df1190_80f123...
Forked this repo and tried with my aws credentials and still getting the same error - ``` NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors ```