In the environment I work in we are required to assume roles and get temporary credentials to access AWS resources:
https://www.learnaws.org/2022/09/30/aws-boto3-assume-role/
Am wondering if it is possible to write a new block that takes just the IAM role that it should assume, and then allows the agent using the block to assume that role, get AWS creds, connect and pass the object back to the flow, and then the flow can perform whatever operation it needs . I don’t know much about how blocks interact with agents, but does that sound feasible ?