Is there any documentation or sources on how they build their apis and authorization layer? It seems that its pretty consistent and follows conventions in generating:<p>- Generated cli tools<p>- Generated client libraries<p>- Documentation for said libraries<p>- Conventions for endpoints and hosting<p>- Authorisation via policies<p>Also they seem to follow an RPC style convention. Any leads on a framework that does exactly this in a consistent way so you can build your own kind of services in a similar manner<p>Thank you
They have a well developed internal system, recently theyve been moving to Smithy which is Open source.<p><a href="https://awslabs.github.io/smithy/2.0/index.html" rel="nofollow">https://awslabs.github.io/smithy/2.0/index.html</a>