AWS Cloud Services

We recently participated in a Customer Journey Analytics project focused on capturing user interactions from websites and feeding them into Kinesis data streaming. Subsequently, AWS Lambda functions were employed to process these events, initiating the execution of AWS Glue Jobs—a set of Python Scripts utilizing PySpark for data transformation. The processed data was then stored in Athena for further analysis. To facilitate data querying, numerous AWS Lambda functions were deployed. Finally, we developed an interactive dashboard presenting the analyzed data through graphs and reports. Data Capture and Streaming: Utilized Kinesis Data Streaming for capturing user interactions on websites in real-time. Implemented a robust pipeline to funnel user events into Kinesis for seamless data ingestion. Serverless Orchestration with AWS Lambda: Leveraged AWS Lambda functions to orchestrate subsequent data processing tasks. Triggered AWS Glue Jobs, implemented as Python scripts with PySpark,...