Releases: NASA-IMPACT/hls-sentinel2-downloader-serverless
Releases · NASA-IMPACT/hls-sentinel2-downloader-serverless
v1.0.5
Stream locking (#26) * Use streaming request in with block to ensure connection is closed. * Reduce date search range now that IntHub backfill process is implemented. * Increase number of concurrent connections to new Inthub max minus one. * Fix expected length in integration_tests.
v1.0.4
Increases downloader lambda memory.
v1.0.3
Use updated target key structure for Sentinel downloads.
v1.0.2
Updated prod release which restricts RDS automatic Postgres versioning upgrades which may prevent future CDK stack updates.
v1.0.1 Release - Adding Deploy on Release workflow
This uses a GitHub Actions Workflow (deploy-on-release.yml
) to deploy to the prod
identifier whenever a new release is made.
v1.0.0 Release - First HLS `prod` Deploy
This was deployed with the following .env
contents:
OWNER="sean-developmentseed"
IDENTIFIER="prod"
AWS_DEFAULT_REGION="us-west-2"
ENABLE_DOWNLOADING="FALSE"
SCHEDULE_LINK_FETCHING="FALSE"
USE_INTHUB2="TRUE"
REMOVAL_POLICY_DESTROY="FALSE"
UPLOAD_BUCKET="hls-sentinel-2-downloader-serverless-prod-upload-bucket"