Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 862 Bytes

File metadata and controls

25 lines (17 loc) · 862 Bytes

Deployment

Primer3

The folder primer3-build-env contains a simple setup for building primer3 on the Amazon Linux which is what runs on AWS Lambda. To get just a primer3_core binary simply cd primer3-build-env and run make build-primer3. Docker is required for this step.

Local testing

Lambda can be run locally without the need to deploy on AWS. This requires the SAM CLI, which runs each lambda invocation inside a docker container.

Performance

AWS Lambda performance depends on the memory setting, regardless of how much memory is the lambda function actually consuming. See https://github.com/epsagon/lambda-memory-performance-benchmark for more details.

Useful links