Skip to content

Commit

Permalink
Ignore older data when processing STAC item and improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sia committed Oct 7, 2024
1 parent 3bbf781 commit d5d357e
Show file tree
Hide file tree
Showing 58 changed files with 9,757 additions and 9,122 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ cd $CLI_FOLDER
bin/run.js install -e $ENVIRONMENT -r $AWS_REGION
```

The installer will generate `cdk.context.json` in the `infrastructure` folder. For the subsequent deployment, if you want to use same configuration and skip the installation wizard, run the following command:

```shell
cd $CLI_FOLDER
bin/run.js install -e $ENVIRONMENT -r $AWS_REGION -h -c "$AGIE_FOLDER/infrastructure/cdk.context.json"
```

### 4. Deployment Validation

To validate the deployment, open the CloudFormation console and verify the status of the following stacks
Expand Down
5 changes: 2 additions & 3 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@aws-sdk/client-verifiedpermissions": "3.556.0",
"@aws-sdk/credential-provider-node": "3.554.0",
"@aws-sdk/lib-dynamodb": "3.556.0",
"@aws-sdk/smithy-client": "3.374.0",
"@smithy/smithy-client": "3.374.0",
"@smithy/util-stream": "3.374.0",
"@aws-sdk/types": "3.535.0",
"@aws-sdk/util-dynamodb": "3.556.0",
"@aws-sdk/util-stream-node": "3.374.0",
"@aws-sdk/util-utf8-node": "3.259.0",
"@aws/amazon-location-utilities-auth-helper": "1.0.6",
"@cloudscape-design/components": "3.0.634",
Expand Down Expand Up @@ -59,7 +59,6 @@
"@types/lodash.chunk": "4.2.9",
"@types/mocha": "10.0.6",
"@types/node": "20.12.7",
"@types/prettier": "3.0.0",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/shelljs": "0.8.15",
Expand Down
Loading

0 comments on commit d5d357e

Please sign in to comment.