When Cloudism was engaged to fix the stability and performance of the existing platform, we realized that fixing it requires more effort, time and money than building a solution based on serverless architecture. Cloudism has developed a Proof Of Concept using AWS Lambda in 2 weeks to demonstrate the benefits of serverless architecture such as faster development, easier operational management, scaling, and reduction in operational costs. Also we have used the combination of Amazon Aurora and DynamoDB to provide better business continuity, Recovery Time Objectives and Recovery Point Objectives.
As Airtrans was pleased with how the Cloudism team designed and developed the POCwhile keeping deliverables on track, provided its approval to build the enterprise level solution using the AWS services. Cloudism built the solution mainly using Lambda, API Gateway, DynamoDB, Aurora, Amazon S3, CloudFront, SNS,and Amazon Cognito User Pool.

Here are core AWS services that were used to meet the application platform requirements:
- JavaScript from client applications exchange the data with a backend API built through API Gateway and AWS Lambda.
- Amazon Cognito for user authentication and management with the help of secured backend API.
- CloudFront is utilized to forward certain paths (e.g. /rest/*) to API gateway, and serve static content from a S3 bucket.
- Amazon S3 for hosting the static website content like HTML, media files, CSS, JavaScript which acts as a front end artifacts.
- Aurora ServerlessSQL database from Amazonto handle relational data and perform complex data queries from the Lambda functions.
- Multi AZ deployments and read replicas are enabled to provide better Business Continuity, RTO and RPO
- DynamoDB for storing copy of booking requests through Lambda functions. Any update in the DB stream publishes a new SNS topic with the message