1 Answer
- Newest
- Most votes
- Most comments
0
When you create a Lambda function as a container image you must include in there the Runtime Interface Client. This is the component which is responsible for interfacing between the Lambda runtime and your function handler. You can either install it yourself in the image or you can use a support base image which includes the RIC.
Your Lambda handler should do whatever it needs with TagUI and the RPA flow (I am not familiar with those so not sure what is needed).
Relevant content
- AWS OFFICIALUpdated 2 years ago

Thank you for your assistance. Please see update above based on your answer.