Skip to content

Amazon Web Services (AWS) Lambda - Process Steps

Create Function

Create a new AWS Lambda function. (create-function)

NameTypeDescriptionRequired
Function NametextBoxThe name you want to assign to the function you are uploading.Yes
RuntimetextBoxThe runtime environment for the Lambda function you are uploading.Yes
RoletextBoxThe Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resourcesYes
HandlertextBoxThe function within your code that Lambda calls to begin execution.Yes
Zip FiletextBoxThe path to the zip file of the code you are uploading. This is required unless the code argument is specified.Yes
Other PropertiestextAreaBoxOther arguments for the aws lambda command. Seperate each name and value with an equals (=) and delimit each pair by new line (\n). Example: name=valueNo
ProfiletextBoxNo
AWS Access Key IDtextBoxNo
AWS Secret Access KeytextBoxNo

Delete Function

Delete the specified AWS Lambda function code and configuration. (delete-function)

NameTypeDescriptionRequired
Function NametextBoxThe name of the AWS Lambda function you wish to delete.Yes
Other PropertiestextAreaBoxOther arguments for the aws lambda command. Seperate each name and value with an equals (=) and delimit each pair by new line (\n). Example: name=valueNo
ProfiletextBoxNo
AWS Access Key IDtextBoxNo
AWS Secret Access KeytextBoxNo

Invoke

Invoke a specific AWS Lambda function. (invoke)

NameTypeDescriptionRequired
Function NametextBoxThe name of the function you wish to invoke.Yes
OutfiletextBoxSpecify a filename where the content will be saved. It will be saved in the local directory.No
Other PropertiestextAreaBoxOther arguments for the aws lambda command. Seperate each name and value with an equals (=) and delimit each pair by new line (\n). Example: name=valueNo
ProfiletextBoxNo
AWS Access Key IDtextBoxNo
AWS Secret Access KeytextBoxNo