-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use PLATFORMS env var rather than hard-coded platforms - Rather than hard-code "S2A" and "S2B" as the platforms to generate search query parameters, expect the PLATFORMS env var to be set as a comma-separated list of platforms, so we can set it to "S2B,S2C" when we're ready to cutover to S2C support. - Update pytest* dependencies to their latest versions - Move unit tests to doctest docstrings for simplicity/clarity * Use Node.js LTS and latest version of AWS CDK * Speed up Python Lambda image builds During CDK's builds of Python Lambda Docker images, there were 10s of megabytes of files needlessly being put into the Docker context, primarily from places like the python, mypy, and ruff caches. We can tell the CDK to ignore these assets and greatly speed up build times. * Remove hard-coded platforms - Eliminate the Platform type alias and simply use `str` as the type - Use latest versions of pytest* deps - Fix code coverage CLI option to pytest to reflect previous code restructuring so coverage report is properly generated * Update all Pipfile.lock files
- Loading branch information
1 parent
ddcdf3a
commit f02c52e
Showing
29 changed files
with
1,833 additions
and
1,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.