Skip to main content

Start from the AWS Lambda template

  1. In a terminal, run the following command

    npm create -y bonfhir@latest
  2. Provide a project name and select the lambda template with the Medplum FHIR Server:

    Lambda Project Template

info

This project template create a brand new serverless application, and:

  1. cd into the new project and open it in your favorite editor