Release lambda handler logics#1383
Conversation
250dade to
6b07853
Compare
|
I tested this in dev and website and it works. |
tmplummer
left a comment
There was a problem hiding this comment.
I can't comment on the infrastructure changes. Mostly dug into the release_api.py module.
| } | ||
|
|
||
|
|
||
| def query_latest_science_files( |
There was a problem hiding this comment.
@tmplummer I did a quick hack to get repoint query to work. Now it works. This function logic will change drastic once we implement release version. I think it will be simplified a lot. Right now, our different version for different products and level is making this logic long. But that will be simplified in the future.
tmplummer
left a comment
There was a problem hiding this comment.
Thanks for making those changes. I did a quick review and didn't notice any other issues.
Thank you for those comments. Looks better and I like those simplification!! |
Change Summary
closes #1307
Overview
Release lambda handler logics. Shifted from using manifest files to only through release API/CLI. If manifest file is needed, we can add later but starting with simple approach first.
File changes
imap-data-accessCLI which will validate if someone as write access through API key validation.Testing