SCIM bridge on lambda
Hey people,
I recently have deployed the SCIM bridge terraform template given by 1password to AWS (ECS Fargate) and it worked so far - yay.
SCIM itself is based on REST & JSON and I wonder why it isn't possible to publish the code which is used by the op-scim.sh binary ....
Can somebody explain to me exactly what this daemon is doing?
Does it poll the on-prem IDP for new identities and send it to 1pw and therefore it MUST run always ?
background to my question is: The simple setup with ECS Fargate, LoadBalancer and Domain costs roughly (depending on region) 30$ a month - for a task which is scoped to 0.25vCPU and 1GB of RAM.
Since REST is stateless for me its obvious to think about bringing this task to Lambda and API Gateway which (at least for small business) would bring that to nearly no costs (since its within free-tier) and it would only generate costs when used.
Maybe I get some input here :)
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
