From Lab PC to Serverless: DNA Sequence Alignment on AWS
dev.to·13h·
Discuss: DEV
Flag this post

Overview

This blog walks you through how a simple DNA alignment project can evolve through three labs of improvement with the cloud:

  • [Lab 1] Local Setup: Everything runs locally; manual, limited, and prone to errors.
  • [Lab 2] AWS Lift & Shift (“Pa-cloud na ‘yan!”): You’ll migrate your script to an EC2 instance and use S3 for storage.
  • [Lab 3] Serverless Alignment (“Walang tulog si Lambda”): You’ll build a fully serverless architecture using Lambda, S3, and DynamoDB; no servers to manage.

Scenario

You’re part of Project GenomePH, a small research group at a state university in the Philippines studying genetic markers for diseases among Filipinos.

Your current team setup consists of:

  • Borrowed, legacy lab PC that malfunctions when it senses…

Similar Posts

Loading similar posts...