Skip to content

Instantly share code, notes, and snippets.

@jasongilman
Created December 3, 2023 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongilman/9483d60754169efe912a2954d4b0c25a to your computer and use it in GitHub Desktop.
Save jasongilman/9483d60754169efe912a2954d4b0c25a to your computer and use it in GitHub Desktop.
graph TD
  A[Satellite Data Source] -->|Raw Data| B[Storage Bucket]
  B -->|SNS Messages| C[Queue]
  C -->|Trigger| D[Lambda Function]
  D -->|Process and Manipulate| E[Final Storage Bucket]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment