Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 517 Bytes

File metadata and controls

9 lines (5 loc) · 517 Bytes

Deploying Serverless Refget on AWS with Lambda

Overview

The core Refget specification functions (get sequence, get metadata, get service info) can be mapped to serverless functions and associated with API routes using AWS API Gateway and Lambda.

An example AWS Cloudformation template for deploying a serverless Refget stack is available here. The template can be modified to suit additional design considerations.

Architecture