/
Invoke Lambda Function
Invoke Lambda Function
This parameters template demonstrates the Invoke Lambda Function action:
Invoke Lambda Function parameters example (escaped manually)
{
"FunctionName": "arn:aws:lambda:ap-southeast-2:123456789012:function:sample-AutomationWithAWSQuickstartLamb-1RRX37PWXZXLS",
"Payload": "{ \"Event\":\"$event.simpleName\", \"Timestamp\": \"$event.timestamp\", \"TraceID\": \"$event.traceId\"}"
}
Invoke Lambda Function parameters example (escaped with utility function)
{
"FunctionName": "arn:aws:lambda:ap-southeast-2:123456789012:function:sample-AutomationWithAWSQuickstartLamb-1RRX37PWXZXLS",
"Payload": "$util.escapeJson('{
"Event": "$event.simpleName",
"Timestamp": "$event.timestamp",
"TraceID": "$event.traceId"
}')"
}
, multiple selections available,
Related content
Using the Invoke Lambda Function action
Using the Invoke Lambda Function action
Read with this
Using the AWS Lambda Function task in Bamboo
Using the AWS Lambda Function task in Bamboo
Read with this
Composing action payloads with utility functions
Composing action payloads with utility functions
More like this
Start Step Functions Execution
Start Step Functions Execution
More like this
Using the Automate with AWS post function in Jira
Using the Automate with AWS post function in Jira
Read with this
Send SQS Message - structured JSON payload
Send SQS Message - structured JSON payload
More like this
Atlassian®, Atlassian Bamboo®, Bitbucket®, Atlassian Crowd®, Confluence®, Jira®, Jira Service Management™, Opsgenie®, and Statuspage™ are registered trademarks of Atlassian.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.