Skip to content

Commit

Permalink
Merge branch 'main' into github
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sia committed Sep 25, 2024
2 parents e8c184b + 27ad07c commit 4e85236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Many industries depend upon intelligence and insights gained from earth observat
- Seed and Chemical Manufacturers
- Sustainability

To dive deep into ARCADE components, please visit the following links:
To dive deep into AGIE components, please visit the following links:

- [Regions Module](typescript/packages/apps/regions)
- [Executor Module](typescript/packages/apps/executor)
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const deployPlatform = (callerEnvironment?: {
}): void => {
const sharedStack = new SharedInfrastructureStack(app, 'SharedStack', {
stackName: stackName('shared'),
description: stackDescription('Shared'),
description: `Infrastructure for AGIE Shared module -- Guidance for Automated Geospatial Insight Engine on AWS (SO9531).`,
environment,
administratorEmail,
administratorPhoneNumber,
Expand Down

0 comments on commit 4e85236

Please sign in to comment.