Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: notify omics result #3

Closed
drernie opened this issue Dec 6, 2023 · 3 comments · Fixed by #4
Closed

feat: notify omics result #3

drernie opened this issue Dec 6, 2023 · 3 comments · Fixed by #4

Comments

@drernie
Copy link
Member

drernie commented Dec 6, 2023

  1. Synthesize input event
  2. Manually invoke OMICS Lambda
  3. Ensure it runs
  4. Capture Event output
  5. Get email on completion
@drernie
Copy link
Member Author

drernie commented Dec 6, 2023

@drernie drernie linked a pull request Dec 6, 2023 that will close this issue
@drernie drernie closed this as completed in #4 Dec 7, 2023
@drernie
Copy link
Member Author

drernie commented Dec 7, 2023

{
    "version": "0",
    "id": "d6ed0f26-edb8-e355-8629-f99612929950",
    "detail-type": "Run Status Change",
    "source": "aws.omics",
    "account": "850787717197",
    "time": "2023-12-07T06:59:24Z",
    "region": "us-west-2",
    "resources": [
        "arn:aws:omics:us-west-2:850787717197:run/7259288"
    ],
    "detail": {
        "omicsVersion": "1.0.0",
        "arn": "arn:aws:omics:us-west-2:850787717197:run/7259288",
        "status": "COMPLETED",
        "uuid": "f0c6214b-6373-fc4d-5a77-9d638696dbdb",
        "runOutputUri": "s3://omicsworkflowstack-omics20231113ckaoutput850787717-zyc5orxshv2i/outputs/7259288"
    }
}```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant