Skip to content

benbpyle/healthlake-export-manager

Repository files navigation

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 install

Once dependencies have been installed, you are ready to run CDK

cdk deploy

Destroying

Simply run:

cdk destroy

Implementation

For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article

State Machine

State Machine

About

Sample and working repos to demonstrate exporting data from AWS HealthLake to trigger downstream operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published