This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I’m excited to share this session I had the pleasure of presenting
alongside my colleague, Chid Gurav, and our guest speaker, David
Micallef from Melbourne Archdiocese Catholic Schools. In this talk, we
explored how AI-assisted API automation can tra...
I'm excited to invite all folks in Australia to the APIDAYS conference
in Melbourne, taking place on October 16-17, 2024! This technology event
will explore the dynamic landscape of APIs and the future of API
development. My colleagues and I - Chid G...
When I have all of following flags set to YES in a few bots that trigger
other bots, they execute as expected. Make this process reusable -
YESTrigger other bots - YESWait for execution to complete? - YESWhen I
only flip "Wait for execution to comple...
In a bot with "Branch on condition" expression the following works
COUNT(LIST(INDEX(TOP(ORDERBY(FILTER("Waitlist", AND( [Site ID] =
[_THISROW].[Site ID], [_THISROW].[Parking Date] = [Parking Date],
[Status] = "WAITLIST")), [Request Date], FALSE), 1),...
tl;dr Tips on how to connect to AWS Lambda from Apigee. AWS Lambda can
be directly invoked through an API
call.https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html Follow
the solution described in this repo to generate the signature needed to...
vijaymurali, Refer to this page for Apigee and Lambda integration. It
should also work for other AWS
APIs.https://www.googlecloudcommunity.com/gc/Cloud-Product-Articles/ApigeeX-and-AWS-Lambda/ta-p/427109
You can extract either all of the JSON payload or some jsonpath derived
subset into a flow variable using the ExtractVariables
policy.https://docs.apigee.com/api-platform/reference/policies/extract-variables-policyUse
a JSON online parser if you want...