Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detail of the AWS Lambda function which we have created and going to use for this tutorial:

...

In above function if we see

If we check the Code details of the function, then we found we have sample code. We will update the code using our AWS plugin operation.

...

On testing the code, using the Test option provided by AWS Lambda we will get this response:

...

If we check the Environment variables details under the Configuration, there is no environment variables are present. Once successful execution of the operation we should be able to see some environment variables.

...

Create AWS KMS Key

AWS Key Management Service (AWS KMS) is a managed service that makes it easy for us to create and control the cryptographic keys that are used to protect our data. Please refer to the link for more information https://aws.amazon.com/kms/

...

Once the updateLambdaFunctionCode operation successful we can see the updated published version, from the plugin output and AWS Lambda console.

...

Image RemovedImage Added

We can see the variable details on the AWS Lambda Function console.

...