HealthLake Export Manager
Purpose: Working example of using AWS Step Functions, SQS, Lambda, S3 and EventBridge to manage scheduled exports of FHIR resources in AWS HealthLake.
Getting Started
Deploying
First off, install Node.js
# install AWS CDK
npm install -g aws-cdk
# clone the repository
cd healthlake-export-manager
npm installOnce dependencies have been installed, you are ready to run CDK
cdk deployDestroying
Simply run:
cdk destroyImplementation
For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article