Build a Subscription API with AWS Lambda
Create a simple API hosted as an AWS Lambda function that can react to changes in FHIR resources using FHIR Subscriptions.
These guides will walk you through key BonFHIR concepts and every step of the process, from setup to a ready to deploy AWS Lambda application.
What you'll need
📄️ Start from the AWS Lambda template
Create the app from the lambda template
📄️ Setup a local FHIR Server
Use Medplum as a local FHIR backend for development
📄️ Run and register subscriptions
Run the project locally
📄️ Create a new subscription
Finally - some code!