Serverless Apps
Enkompass Voice Reader
|
Why manage servers when you can leverage all of the power of the AWS cloud as a managed service? We use modern software development patterns and build out an elegant and highly secure API on top of the Amazon API Gateway. We package bits of code inside Lambda functions that are each wired to various API endpoints. API endpoints represent a single unit of functionality and can be shared across your entire application ecosystem.
We can also consume other APIs. For example, let's say you need the functionality of a CRM inside your app. What do you do? Do you build a CRM from the ground up? No, that is time consuming and very expensive and reinventing the wheel is not something you want to do. Instead, we find a CRM with a publicly available API - like Salesforce - and we integrate the functionality you need from it into your app. And we can also share your app's functionality with the public if you so desire so that others can consume your APIs and integrate your app with theirs. More information about these API integrations can be found in our API Integrations page.
We can access and store data on Dynamo, Aurora, MySQL, PostgreSQL, RedShift, Kinesis – you name it! We can even access data you have stored in other clouds like Google Compute Cloud of Azure. And the data does not need to reside in a database. We can access files just as easy!
Do you need to access video and audio streams? Not a problem. We can access any video and audio streams you have access to and integrate them with your application.
And what exactly does this mean?