Has anyone done the connection with AWS Lambda?

After creating a record we need to run a function in AWS Lambda, sending a special payload.

I see that in the composer.json I have access to the AWS SDK for PHP in version 3.

I was thinking of occupying a custom SugarBPM node for this task, I am hesitating on the part of invoking an AWS Lambda function.

Has anyone implemented something similar?

Regards.

Parents
  • Hello 

    Yes, of course - there is no need to develop anything - AWS is accessible for Sugar Admins
    Invoking AWS Lambda functions along with other Amazon services from Sugar is configurable with the Logic Builder no-code tool.

    Here is the video, how the AWS Lambda function is invoked - when the Note is saved, to calculate Number1+Number2 = Sum and put the result back into the Note in SugarCRM

    Here is the drawing that implements this AWS Lambda call (zip file is generated from the drawing with a click)

    Please zoom in and follow the white line to read:



    Please let me know if any questions

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

  • Thanks for the demo, but, my case is much more complex. The payload is a compilation of data from various custom modules.

    Kind regards

  • This example shows a whole scenario -  how to feed a prepared payload and have Lambda be invoked for SugarCRM

    Preparing the payload along with other manipulations with different custom modules data is a very straightforward configuring  task for Sugar Admin, which I've demonstrated a lot of times here, in the Club

    Please articulate an example of the custom data model and payload expected so that I could draw it for you as an example of data preparation with configuring.
    Also, if you have a sandbox with various custom modules metadata you need for the payload, I could use it for the compilation demo.

    Makes sense?

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Reply
  • This example shows a whole scenario -  how to feed a prepared payload and have Lambda be invoked for SugarCRM

    Preparing the payload along with other manipulations with different custom modules data is a very straightforward configuring  task for Sugar Admin, which I've demonstrated a lot of times here, in the Club

    Please articulate an example of the custom data model and payload expected so that I could draw it for you as an example of data preparation with configuring.
    Also, if you have a sandbox with various custom modules metadata you need for the payload, I could use it for the compilation demo.

    Makes sense?

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Children
No Data