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