86103/how-to-update-aws-lambda-function-using-aws-cli
Hi Guys,
I have created a lambda function in AWS. I want to update the lambda function from CLI. How can I do that?
Hi@akhtar,
You can update your Lambda function in AWS from AWS Cli. You can see the below command.
$ aws lambda update-function-code --function-name test --zip-file file_path
Hi@akhtar, To create a function, you need a ...READ MORE
An ARN is a non-opaque, constructible identifier, ...READ MORE
You'll need to use aws api-gateway update-domain-name. http://docs ...READ MORE
In order to create Log Group and ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
You can try out the following steps Post ...READ MORE
You actually need to make changes to ...READ MORE
Hi@akhtar, You can delete a Lambda function. To ...READ MORE
Hi@shalk, You can create a session in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.