Skip to content

chore: clean.up - remove old codes #204

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

Merged
merged 235 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
235 commits
Select commit Hold shift + click to select a range
152d92e
Merge pull request #26 from riverma/riverma-oss-code-of-conduct
ngachung May 2, 2022
7eb8a46
Merge pull request #28 from riverma/riverma-github-templates
ngachung May 2, 2022
54cc761
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl May 18, 2022
5f927d9
testing github actions
wphyojpl May 18, 2022
2fad2e0
fix: tweak for github action
wphyojpl May 18, 2022
04ffa7c
fix: still testing github actions
wphyojpl May 18, 2022
0d81c03
fix: remove name from steps
wphyojpl May 18, 2022
3fb7b46
fix: tweaking python3 command
wphyojpl May 18, 2022
61bb464
fix: remove pip to see if requirements.txt error goes away
wphyojpl May 18, 2022
139744a
feat: add release + upload procedure
wphyojpl May 18, 2022
0eb4c9f
fix: remove double quotes
wphyojpl May 18, 2022
833c685
fix: fixing `" error
wphyojpl May 18, 2022
e3b3659
fix: still fixing getting software_version line
wphyojpl May 18, 2022
9fe44f4
fix: still fixing software_version
wphyojpl May 18, 2022
484cd3a
fix: breaking the script to debug
wphyojpl May 18, 2022
ef7c8c6
fix: more debugging stmt
wphyojpl May 18, 2022
1e6ad4f
fix: still tweaking around
wphyojpl May 19, 2022
50e917c
fix: more tweaking
wphyojpl May 19, 2022
96c2757
fix: still tweaking
wphyojpl May 19, 2022
9234a9f
feat: add terraform module for lambdas
wphyojpl May 27, 2022
56d549d
feat: update ci/cd to include terraform
wphyojpl May 27, 2022
49bed76
chore: bump version
wphyojpl May 27, 2022
bf25dfd
fix: add terraform zip as asset
wphyojpl May 27, 2022
a113975
fix: upload multiple assets
wphyojpl May 28, 2022
8eb350b
fix: still trying to upload multiple assets
wphyojpl May 28, 2022
d1071a7
feat: bypass A&A in cumulus
wphyojpl Jun 8, 2022
4537d04
fix: update hardcoded prefix to prefix come from config + add missing…
wphyojpl Jun 8, 2022
bd89cb9
feat: add collection_id to the query
wphyojpl Jun 8, 2022
fe2ae14
chore: existing api gateway yaml for dapa
wphyojpl Jun 8, 2022
6cd7751
feat: add collectionId as path parameter
wphyojpl Jun 8, 2022
d3cc713
feat: add new lambda for collections
wphyojpl Jun 9, 2022
c88779d
fix: update terraform module
wphyojpl Jun 9, 2022
7bfbb43
fix: collection lambda error
wphyojpl Jun 9, 2022
e8d0ea4
chore: bump version
wphyojpl Jun 9, 2022
1b3987f
fix: update lambda executing role
wphyojpl Jun 9, 2022
7095071
fix: collection listing lambda bug
wphyojpl Jun 14, 2022
1cb30a7
feat: add code for granules download + docker for it
wphyojpl Jun 14, 2022
4ee3dfe
feat: update swagger doc for api gateway
wphyojpl Jun 14, 2022
3e89455
fix: zip terraform in current directory. not in a folder
wphyojpl Jun 15, 2022
95cb5c1
fix: add missing terraform output
wphyojpl Jun 15, 2022
f663b3e
feat: add bearer token to docker call
wphyojpl Jun 21, 2022
d6397f1
chore: readme on how to get cognito token
wphyojpl Jun 23, 2022
1522117
feat: add l1a metadata extraction code
wphyojpl Jun 23, 2022
582ec30
feat: add level1 generate cmr to terraform
wphyojpl Jun 24, 2022
bb22173
chore: update version
wphyojpl Jun 24, 2022
2b1279b
fix: terraform invalid character error
ngachung Jun 27, 2022
b03fee3
fix: terraform unsupported argument
ngachung Jun 27, 2022
9010808
fix: terraform unsupported argument
ngachung Jun 27, 2022
8f6116c
fix: use granuleId value from cma
ngachung Jun 28, 2022
8cdaa70
chore: github workflow to trigger only on main branch
wphyojpl Jul 5, 2022
eebed24
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jul 5, 2022
9377b22
feat: add docker build github action
wphyojpl Jul 5, 2022
7d8aedc
Create dockerbuild.yml
wphyojpl Jul 5, 2022
a2791d5
fix: hardcoding username for now
wphyojpl Jul 5, 2022
5b3622f
fix: testing with dockerhub + fixed name
wphyojpl Jul 5, 2022
218ee8f
fix: trying docker build
wphyojpl Jul 5, 2022
2a063ff
fix: still figuring out docker
wphyojpl Jul 5, 2022
d0d06df
fix: add missing Dockerfile
wphyojpl Jul 5, 2022
1224086
fix: using absolute path
wphyojpl Jul 5, 2022
59b020b
fix: updating context
wphyojpl Jul 5, 2022
9271c02
feat: use version from setup.py
wphyojpl Jul 5, 2022
ea96434
feat: add file configuration as links in collection to STAC
wphyojpl Jul 6, 2022
66d2954
feat: add granuleId and others to summaries
wphyojpl Jul 6, 2022
639f194
feat: allow bucket+key / url_path. add bucket+key if url_path is present
wphyojpl Jul 6, 2022
5c1dca3
fix: add additional metadata in cmr xml output to match other file to…
wphyojpl Jul 7, 2022
d17b8c6
chore: bump version
wphyojpl Jul 7, 2022
7a02188
feat: dapa endpoint to ingest to cnm
wphyojpl Jul 7, 2022
9c64f53
feat: add sns msg
wphyojpl Jul 7, 2022
4ee16bf
fix: use main branch to deploy docker (which is not working)
wphyojpl Jul 7, 2022
7b75f92
Proposed CONTRIBUTING.md file / template
riverma Jul 7, 2022
9de1253
fix: get collection id only. not versin + add sample test input json
wphyojpl Jul 8, 2022
3b5110a
Merge pull request #53 from riverma/riverma-oss-contributing-guide-li…
ngachung Jul 11, 2022
d625a75
Merge branch 'main' into develop
wphyojpl Jul 11, 2022
7e06167
Merge pull request #54 from unity-sds/develop
wphyojpl Jul 11, 2022
736908f
fix: github workflow needs to run only on main branch
wphyojpl Jul 11, 2022
81a856e
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jul 11, 2022
6aa8760
Merge pull request #55 from unity-sds/develop
wphyojpl Jul 11, 2022
cf3d3e5
feat: docker script to upload granules via cnm + cnm ingest lambda bu…
wphyojpl Jul 11, 2022
dd2c23b
feat: update terraform to include a new lambda
wphyojpl Jul 11, 2022
8c280e3
breaking: update docker entry script
wphyojpl Jul 12, 2022
05d1de2
fix: missing path in upload script
wphyojpl Jul 12, 2022
ed264b7
fix: checking if querystring is NULL
wphyojpl Jul 12, 2022
364ca40
fix: added lambda_processing_role_arn as a variable to resolve terraf…
ngachung Jul 12, 2022
d76916b
fix: version bump
ngachung Jul 12, 2022
18d7d40
Merge remote-tracking branch 'origin/develop' into develop
ngachung Jul 12, 2022
6b95839
release/1.5.14 (#56)
ngachung Jul 12, 2022
5ffd660
change: get github-actions to publish docker image to ghcr.io (#57)
wphyojpl Jul 13, 2022
4fc7783
Merge pull request #58 from unity-sds/develop
wphyojpl Jul 13, 2022
988d91a
ADD: adding extra keys based on extra-config in input event (#59)
wphyojpl Jul 14, 2022
0ec8040
fix: dataVersion = collection_version for cnm SNS msg
wphyojpl Jul 18, 2022
044747d
fix: validate if datetime is null
wphyojpl Jul 18, 2022
d2c2f34
Merge pull request #60 from unity-sds/develop
wphyojpl Jul 18, 2022
b0289c5
ADD: user username & password to get token from cognito (#61)
wphyojpl Jul 25, 2022
c4669bb
fix: l1A granule id is `<collection-id>___<collection-version>:<granu…
wphyojpl Jul 28, 2022
6d63d2e
Merge pull request #65 from unity-sds/develop
wphyojpl Jul 28, 2022
32024b2
chore: update error description
wphyojpl Aug 5, 2022
e4e8709
feat: add size, prev, next url for granules
wphyojpl Aug 5, 2022
ece0d2b
feat: add stats for collection + size. fix: check if queryString is NULL
wphyojpl Aug 8, 2022
4b8b2a6
fix: encap code in try-catch to avoid `internal server error`
wphyojpl Aug 8, 2022
13333c8
Updated README.md template (#69)
ngachung Aug 11, 2022
8c6ae4b
fix: add err msg when next & prev url does not generate + update make…
wphyojpl Aug 15, 2022
1fe341a
feat: STAC style pagination (#70)
wphyojpl Aug 23, 2022
e958bd5
chore: merge from remote
wphyojpl Aug 23, 2022
ca7e8cc
breaking: pystac validation test + upload / download docker unit test…
wphyojpl Aug 24, 2022
80742de
chore: Open api yaml for documentation (#72)
wphyojpl Aug 24, 2022
ad2e47f
chore: add unit test for param store cognito login (#74)
wphyojpl Aug 31, 2022
a8ffe18
chore: move the unit test (#75)
wphyojpl Aug 31, 2022
70fb836
Update setup.py
wphyojpl Sep 6, 2022
7465f44
fix: GitHub.action.update (#76)
wphyojpl Sep 6, 2022
e20b34b
Merge branch 'main' of github.com:unity-sds/unity-data-services into …
wphyojpl Sep 6, 2022
d92d2d4
Merge pull request #77 from unity-sds/develop.2022.09.06_01
wphyojpl Sep 6, 2022
5fec024
/version 1.7.0 release
ngachung Sep 6, 2022
0bd3c27
Merge pull request #78 from unity-sds/develop
ngachung Sep 6, 2022
a52482d
fix: level.1.a.missing.filename (#80)
wphyojpl Sep 7, 2022
3063c1d
Merge pull request #81 from unity-sds/main
wphyojpl Sep 7, 2022
ef56f1a
fix: not honoring offset and limit in Collection query (#82)
wphyojpl Sep 8, 2022
c44e9af
Merge pull request #83 from unity-sds/main
wphyojpl Sep 13, 2022
0cb4c78
feat: Collection Creation endpoint with DAPA format (#79)
wphyojpl Sep 21, 2022
aa5563c
fix: check pathParameters is None (#89)
wphyojpl Sep 27, 2022
bee5360
chore: bump version + update changelog (#90)
wphyojpl Sep 27, 2022
8089aa3
fix: Completed.granules.only + validate start + end time for STAC (#93)
wphyojpl Oct 14, 2022
3ed03de
Added DAPA lambdas invoke arn values to parameter store
ngachung Oct 24, 2022
8a8c413
Updated to store function name instead.
ngachung Oct 31, 2022
47187df
Updated to store function name instead.
ngachung Oct 31, 2022
8f31973
Merge pull request #96 from unity-sds/feature/dapa-param-store
ngachung Oct 31, 2022
6659c22
fix: accept provider from ENV or optionally from user call
wphyojpl Nov 15, 2022
4a5bd75
chore: update test case
wphyojpl Nov 15, 2022
924704c
fix: add provider in rules
wphyojpl Nov 16, 2022
d899333
chore: update changelog
wphyojpl Nov 16, 2022
50ff352
Updated CHANGELOG.md
ngachung Nov 16, 2022
f5bed59
Merge pull request #99 from unity-sds/missing-provider
ngachung Nov 16, 2022
b5978e2
fix: status=completed is only for granules, not for collections
wphyojpl Nov 16, 2022
587385d
Merge pull request #100 from unity-sds/status=completed-bug
ngachung Nov 16, 2022
191237b
feat: return upload result (#103)
wphyojpl Dec 19, 2022
4d0d8d1
feat: added Updated time in collection & item STAC dictionaries (#104)
wphyojpl Jan 5, 2023
73c923e
fix: update dockerfile base image to 3.9 (#112)
wphyojpl Jan 23, 2023
571e95e
fix: new stage-in stage-out
wphyojpl Feb 3, 2023
e1f6f6f
fix: remove old download scripts
wphyojpl Feb 3, 2023
ebfba3a
fix: docker scripts for split download + search
wphyojpl Feb 3, 2023
2950499
chore: update version + change log
wphyojpl Feb 3, 2023
d470a66
feat: add upload step + test
wphyojpl Feb 3, 2023
9033495
feat: add catalog stage
wphyojpl Feb 6, 2023
57af882
chore: remove old class
wphyojpl Feb 6, 2023
e91d48e
chore: update sample docker-compose files
wphyojpl Feb 6, 2023
c47d2f0
fix: print method output in docker + tweak docker compose files
wphyojpl Feb 6, 2023
7bb418b
chore: update changelog
wphyojpl Feb 6, 2023
b26b227
feat: add CMR granules search which returns STAC
wphyojpl Mar 9, 2023
a4c9d47
Merge pull request #120 from unity-sds/split-stage-in-out
ngachung Mar 15, 2023
5cc8c98
breaking: configurable file postfixes for PDS metadata extraction (#124)
wphyojpl Apr 5, 2023
47eed19
feat: reduce pystac length by keeping only data asset (#126)
wphyojpl Apr 11, 2023
1c27f66
feat: granules query pagination (#131)
wphyojpl Apr 11, 2023
6a6ecad
feat: add EDL token class
wphyojpl Apr 12, 2023
e1ed5ed
feat: adding DAAC download in docker stage in (in-progress)
wphyojpl Apr 12, 2023
a64e821
feat: add option to parse downloading stac from file (#134)
wphyojpl Apr 12, 2023
3375bce
fix: uncomment temporal in CMR granules search (#136)
wphyojpl Apr 13, 2023
be24023
chore: merge from develop
wphyojpl Apr 17, 2023
da2abe5
fix: some typo in download daac
wphyojpl Apr 17, 2023
1aa62b6
chore: add some TODOs
wphyojpl Apr 17, 2023
9a756ff
fix: update client id
wphyojpl Apr 17, 2023
83efad3
fix: update client id
wphyojpl Apr 17, 2023
a0ae495
chore: update changelog
wphyojpl Apr 17, 2023
2e2fee1
Merge pull request #132 from unity-sds/daac-download
ngachung Apr 21, 2023
b67aa67
feat: Checkout stage with STAC catalog json (#138)
wphyojpl Apr 24, 2023
512133e
feat: daac download from stac json file
wphyojpl Apr 24, 2023
7795cd1
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Apr 24, 2023
81947a2
chore: update version
wphyojpl Apr 24, 2023
e7686cd
Merge pull request #142 from unity-sds/daac-download-stac-file
ngachung Apr 24, 2023
0a814a0
fix: downloaded stac to return local absolute path
wphyojpl Apr 24, 2023
a92a6fc
chore: update PR link
wphyojpl Apr 24, 2023
abc7a31
Merge pull request #144 from unity-sds/stac-local-url
ngachung Apr 25, 2023
bc051df
feat: add metadata extraction from stac + refactor
wphyojpl Apr 25, 2023
ff71035
chore: refactor
wphyojpl Apr 25, 2023
f21745c
chore: refactor
wphyojpl Apr 25, 2023
4f709f7
fix: error during refactor
wphyojpl Apr 25, 2023
13a8879
chore: still refactoring
wphyojpl Apr 25, 2023
688a0eb
fix: update code for stac lambda
wphyojpl Apr 25, 2023
56d2332
feat: add terraform
wphyojpl Apr 25, 2023
46c28de
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Apr 25, 2023
0e1b905
chore: update version
wphyojpl Apr 25, 2023
a517989
Merge pull request #146 from unity-sds/stac-metadata-extraction
ngachung Apr 28, 2023
9baeb78
feat: optional output to file
wphyojpl May 3, 2023
e53d7f7
fix: add unit test + create folder if needed
wphyojpl May 4, 2023
018b85d
fix: tweak it a bit to avoid writing it twice in case some steps are …
wphyojpl May 4, 2023
66498d6
chore: update readme
wphyojpl May 4, 2023
854f8e8
fix: use cas structure to generate metadata for stac (#148)
wphyojpl May 5, 2023
b582adc
Merge branch 'develop' into output-to-file
wphyojpl May 5, 2023
55ddcf5
Merge pull request #149 from unity-sds/output-to-file
ngachung May 15, 2023
54ebc7c
fix: allow catalog stage input from file
wphyojpl May 22, 2023
639084d
chore: update changelog
wphyojpl May 22, 2023
915406c
fix: remove local var. using parent var
wphyojpl May 22, 2023
a79f1ec
Merge pull request #152 from unity-sds/catalog-stage-from-file
ngachung May 23, 2023
a122a09
fix: production datetime not in +00:00 format
wphyojpl May 23, 2023
f836c0f
chore: update version + readme
wphyojpl May 23, 2023
038b94c
Merge pull request #154 from unity-sds/stac-metadata-datetime
ngachung May 24, 2023
9f9fe68
feat: add public http download class
wphyojpl Jun 12, 2023
90193dd
breaking: search return entire feature-collection
wphyojpl Jun 12, 2023
c10f331
breaking: daac downloader accepts only features collection
wphyojpl Jun 13, 2023
a4bb017
chore: update daac testcase
wphyojpl Jun 13, 2023
6c26b0b
feat: refactor download classes to use inheritance
wphyojpl Jun 13, 2023
837a22f
fix: http downloader had a typo bug
wphyojpl Jun 13, 2023
6526a4b
chore: update readme
wphyojpl Jun 13, 2023
7853a92
chore: update readme
wphyojpl Jun 13, 2023
52e91d5
Merge pull request #161 from unity-sds/http.download
ngachung Jun 13, 2023
dbe6445
feat: new upload handler for relative paths + user granule-id from th…
wphyojpl Jun 19, 2023
523527d
feat: output to be an item-collection
wphyojpl Jun 19, 2023
f5dd731
feat: update catalog to accept item collection
wphyojpl Jun 20, 2023
169fca9
chore: update version
wphyojpl Jun 20, 2023
78109a7
breaking: removing old upload styles + default it to new style if mis…
wphyojpl Jun 21, 2023
8652635
chore: delete old classes
wphyojpl Jun 21, 2023
41f88f0
chore: update version since it is breaking change now
wphyojpl Jun 21, 2023
b79d414
Merge pull request #163 from unity-sds/upload.relative.path
ngachung Jun 21, 2023
09a1569
fix: convert all outputs into json str
wphyojpl Jun 21, 2023
5b93b87
chore: update version
wphyojpl Jun 21, 2023
c601b40
chore: update PR number
wphyojpl Jun 21, 2023
4badceb
Merge pull request #165 from unity-sds/output-in-json-str
ngachung Jun 22, 2023
1a0ade8
feat: added filter keyword in granules endpoint + repeatedly checking…
wphyojpl Jul 5, 2023
5883643
feat: parallelize download (#169)
wphyojpl Jul 5, 2023
fc70523
fix: retry 5 times + wait 45 sec for DAAC
wphyojpl Jul 7, 2023
db64367
feat: make re-try configurable
wphyojpl Jul 7, 2023
6e03fe4
fix: download error (#182)
wphyojpl Jul 10, 2023
b20d4a0
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Jul 10, 2023
d1a9b2e
Updated CHANGELOG.md to include Unity Release 23.2 release notes.
ngachung Jul 20, 2023
924aa42
feat: adding fastapi (in-progress)
wphyojpl Jul 20, 2023
a2a8718
fix: get collection creation working (in-progress)
wphyojpl Jul 21, 2023
d1a8beb
fix: Update stage out task to read STAC items from STAC catalog (#188)
wphyojpl Jul 21, 2023
38e265b
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Aug 7, 2023
8724fad
feat: Using Fastapi for all API endpoints (#190)
wphyojpl Aug 7, 2023
8166883
chore: merge from develop
wphyojpl Aug 9, 2023
05c460c
fix: S3 upload structure (add collection folder) (#193)
wphyojpl Aug 16, 2023
2c3aa62
fix: Cataloging large number asynchronously by batch + download is st…
wphyojpl Aug 16, 2023
a702b37
Merge branch 'develop' of github.com:unity-sds/unity-data-services in…
wphyojpl Aug 16, 2023
cdda67a
chore: merge from develop
wphyojpl Sep 13, 2023
25f8913
chore: remove old code
wphyojpl Sep 15, 2023
51d9c97
chore: move dapa client to stage in-out coz it is only used in that m…
wphyojpl Sep 15, 2023
b5d3eb3
chore: update version
wphyojpl Sep 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.3] - 2023-09-18
### Changed
- [#204](https://github.com/unity-sds/unity-data-services/pull/204) chore: clean.up - remove old codes

## [5.3.2] - 2023-08-28
### Changed
- [#200](https://github.com/unity-sds/unity-data-services/pull/200) fix: parallelize upload
-

## [5.3.1] - 2023-08-16
### Changed
- [#194](https://github.com/unity-sds/unity-data-services/pull/194) fix: Cataloging large number asynchronously by batch + download is stuck when there are large number of files
Expand Down
24 changes: 1 addition & 23 deletions ci.cd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export VERSION ?= latest


all: build_lambda upload_lambda update_lambda_function build_docker
local: build_lambda upload_lambda update_lambda_function_1 update_lambda_function_2 update_lambda_function_3
local: build_lambda upload_lambda
build_docker:
docker build --no-cache -t "$(IMAGE_PREFIX)/$(NAME):$(VERSION)" -f docker/Dockerfile_download_granules.jpl .

Expand All @@ -19,28 +19,9 @@ build_lambda_public:

upload_lambda:
aws --profile saml-pub s3 cp cumulus_lambda_functions_deployment.zip s3://am-uds-dev-cumulus-tf-state/unity_cumulus_lambda/
update_lambda_function_1:
aws --profile saml-pub lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket am-uds-dev-cumulus-tf-state --function-name arn:aws:lambda:us-west-2:884500545225:function:am-uds-dev-cumulus-cumulus_collections_dapa --publish &>/dev/null
update_lambda_function_2:
aws --profile saml-pub lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket am-uds-dev-cumulus-tf-state --function-name arn:aws:lambda:us-west-2:884500545225:function:am-uds-dev-cumulus-cumulus_granules_dapa --publish &>/dev/null
update_lambda_function_3:
aws --profile saml-pub lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket am-uds-dev-cumulus-tf-state --function-name arn:aws:lambda:us-west-2:884500545225:function:am-uds-dev-cumulus-cumulus_collections_ingest_cnm_dapa --publish &>/dev/null
update_lambda_function_4:
aws --profile saml-pub lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket am-uds-dev-cumulus-tf-state --function-name arn:aws:lambda:us-west-2:884500545225:function:am-uds-dev-cumulus-cumulus_collections_creation_dapa --publish &>/dev/null
update_lambda_function_5:
aws --profile saml-pub lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket am-uds-dev-cumulus-tf-state --function-name arn:aws:lambda:us-west-2:884500545225:function:am-uds-dev-cumulus-cumulus_collections_creation_dapa_facade --publish &>/dev/null


upload_lambda_mcp_dev:
aws s3 cp cumulus_lambda_functions_deployment.zip s3://uds-dev-cumulus-public/unity_cumulus_lambda/
update_lambda_function_mcp_dev_1:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-cumulus_collections_dapa --publish &>/dev/null
update_lambda_function_mcp_dev_2:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-cumulus_granules_dapa --publish &>/dev/null
update_lambda_function_mcp_dev_4:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-cumulus_collections_creation_dapa --publish &>/dev/null
update_lambda_function_mcp_dev_5:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-cumulus_collections_creation_dapa_facade --publish &>/dev/null
update_lambda_function_mcp_dev_6:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-metadata_s4pa_generate_cmr --publish &>/dev/null
update_lambda_function_mcp_dev_7:
Expand All @@ -50,6 +31,3 @@ update_lambda_function_mcp_dev_uds_api:
aws lambda update-function-code --s3-key unity_cumulus_lambda/cumulus_lambda_functions_deployment.zip --s3-bucket uds-dev-cumulus-public --function-name arn:aws:lambda:us-west-2:237868187491:function:uds-dev-cumulus-uds_api_1 --publish &>/dev/null

mcp_dev_fastapi: upload_lambda_mcp_dev update_lambda_function_mcp_dev_uds_api
mcp_dev: upload_lambda_mcp_dev update_lambda_function_mcp_dev_1 update_lambda_function_mcp_dev_2 update_lambda_function_mcp_dev_4 update_lambda_function_mcp_dev_5


Empty file.

This file was deleted.

This file was deleted.

Loading