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

Reply
  • 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

Children