Reltio Connect

 View Only
  • 1.  How to versionize in LCA using AWS Lambda

    This message was posted by a user wishing to remain anonymous
    Posted 11-04-2024 09:44
    This message was posted by a user wishing to remain anonymous

    Hello Community,

    I am reaching out to seek your inputs regarding the versioning of LCA in different tenants.

    Currently, I am utilizing AWS lambda functions to implement LCA use cases, with the same lambda being pointed across all my tenants. However, I have encountered a concern related to enhancements, as the presence of the same lambda in both the development and production environments poses challenges. This is particularly significant when considering the need for distinct versions of the same function across our tenants.

    While AWS provides versioning and the creation of aliases to differentiate and versionize our code, I face a specific challenge in L3, where we mention lambda name and not the function ARN. This limitation restricts my ability to control the version we wish to point to in dev L3 and prod L3.

    Can you provide us with your inputs on the same?

    Thank you



  • 2.  RE: How to versionize in LCA using AWS Lambda

    Reltio Employee
    Posted 26 days ago

    Hi,

    You can define the Lambda with version/alias as below in tenant L3 configuration.

    Lambda/BinaryJSON/functionName:{version}

    Lambda/BinaryJSON/functionName:{alias}

    Let me know how it goes.

    Thanks,



    ------------------------------
    Saurabh Agarwal
    ------------------------------