Skip to content

Commit

Permalink
Version 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintoac-aws committed Jan 10, 2024
1 parent a2177b7 commit 31c4b43
Show file tree
Hide file tree
Showing 60 changed files with 1,466 additions and 1,138 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [1.0.2] - 2024-01-10

### Fixed

- Updated Grafana workspace in EV Battery Health module to include
plugin management and install Amazon Athena plugin
- Added resolution for octokit package to mitigate vulnerability
- Added resolution for follow-redirects package to mitigate vulnerability
- Added resolution for swagger-ui-react package to address Backstage build failure
- Removed `yarn tsc:full` from backstage image build
- Add ignore pattern for Axios in vehicle simulator to ensure correct version usage

## [1.0.1] - 2023-11-15

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ if [ -z "$dist_bucket_name" ] || [ -z "$template_bucket_name" ] || [ -z "$soluti
template_bucket_name=${template_bucket_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Name [connected-mobility-solution-on-aws]: " solution_name
solution_name=${solution_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Version [v1.0.0]: " solution_version
solution_version=${solution_version:-"v1.0.0"}
read -p "Solution Version [v1.0.2]: " solution_version
solution_version=${solution_version:-"v1.0.2"}
fi

dashed_version="${solution_version//./$'_'}"
Expand Down
4 changes: 2 additions & 2 deletions deployment/cdk-solution-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After build script run:
"Properties": {
"Code": {
"S3Bucket": "solutions",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand All @@ -91,7 +91,7 @@ After CloudFormation deployment:
"Properties": {
"Code": {
"S3Bucket": "solutions-us-east-1",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="connected-mobility-solution-on-aws",
version="1.0.1",
version="1.0.2",
description="The administrative module to deploy all CMS modules and assets",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion source/backstage/cdk/source/config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BackstageConstantsClass:
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
APPLICATION_TYPE: str = "AWS-Solutions"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.0"
SOLUTION_VERSION: str = "v1.0.2"
CAPABILITY_ID = "CMS.6"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION} AWSSOLUTION-CAPABILITY/{CAPABILITY_ID}/{SOLUTION_VERSION}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build": {
"commands": [
"echo \"Building from $(pwd) [Docker Buildkit: $DOCKER_BUILDKIT - Node: $(node --version) - NPM: $(npm --version) - TSC: $(yarn tsc --version)]\"",
"yarn tsc:full",
"yarn build:backend",
"yarn build-image",
"docker tag backstage:latest $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_NAME:$CODEBUILD_RESOLVED_SOURCE_VERSION",
Expand Down
6 changes: 5 additions & 1 deletion source/backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
"resolutions": {
"@types/react": "^17",
"@babel/traverse": "^7.23.2",
"browserify-sign": "^4.2.2"
"browserify-sign": "^4.2.2",
"@octokit/webhooks": "^10.9.2",
"octokit": "^3.1.2",
"follow-redirects": "^1.15.4",
"swagger-ui-react": "5.10.5"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
3 changes: 3 additions & 0 deletions source/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"jsonwebtoken": "9.0.0",
"start-server-and-test": "2.0.0"
},
"resolutions": {
"follow-redirects": "^1.15.4"
},
"browserslist": {
"production": [
">0.2%",
Expand Down
3 changes: 3 additions & 0 deletions source/backstage/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"@types/uuid": "^9.0.2",
"supertest": "^6.3.3"
},
"resolutions": {
"follow-redirects": "^1.15.4"
},
"files": [
"dist"
]
Expand Down
4 changes: 2 additions & 2 deletions source/infrastructure/handlers/metrics/app/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def setUp(self) -> None:

def set_common_env_variables() -> None:
os.environ["SOLUTION_ID"] = "SO0241"
os.environ["SOLUTION_VERSION"] = "v1.0.0"
os.environ["SOLUTION_VERSION"] = "v1.0.2"
os.environ["AWS_ACCOUNT_ID"] = "0123456789123"
os.environ["AWS_REGION"] = "us-east-1"
os.environ["DEPLOYMENT_UUID"] = "DUMMY"
Expand All @@ -37,7 +37,7 @@ def get_solution_resource_tags(
"Value": module_name,
},
{"Key": "Solutions:DeploymentUUID", "Value": deployment_uuid},
{"Key": "Solutions:SolutionVersion", "Value": "v1.0.0"},
{"Key": "Solutions:SolutionVersion", "Value": "v1.0.2"},
{"Key": "Solutions:ApplicationType", "Value": "AWS-Solutions"},
{
"Key": "Solutions:SolutionName",
Expand Down
2 changes: 1 addition & 1 deletion source/infrastructure/stacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CmsConstantsClass:
MODULE_NAME: str = f"Connected-mobility-solution-on-aws-{STAGE}"
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.1"
SOLUTION_VERSION: str = "v1.0.2"
APPLICATION_TYPE: str = "AWS-Solutions"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [ -z "$dist_bucket_name" ] || [ -z "$template_bucket_name" ] || [ -z "$soluti
template_bucket_name=${template_bucket_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Name [connected-mobility-solution-on-aws]: " solution_name
solution_name=${solution_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Version [v1.0.0]: " solution_version
solution_version=${solution_version:-"v1.0.0"}
read -p "Solution Version [v1.0.2]: " solution_version
solution_version=${solution_version:-"v1.0.2"}
fi

dashed_version="${solution_version//./$'_'}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After build script run:
"Properties": {
"Code": {
"S3Bucket": "solutions",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand All @@ -91,7 +91,7 @@ After CloudFormation deployment:
"Properties": {
"Code": {
"S3Bucket": "solutions-us-east-1",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EnvironmentConstantsClass:
MODULE_NAME: str = "cms-environment-on-aws"
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.1"
SOLUTION_VERSION: str = "v1.0.2"
APPLICATION_TYPE: str = "AWS-Solutions"
CAPABILITY_ID = "CMS.6"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION} AWSSOLUTION-CAPABILITY/{CAPABILITY_ID}/{SOLUTION_VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [ -z "$dist_bucket_name" ] || [ -z "$template_bucket_name" ] || [ -z "$soluti
template_bucket_name=${template_bucket_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Name [connected-mobility-solution-on-aws]: " solution_name
solution_name=${solution_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Version [v1.0.0]: " solution_version
solution_version=${solution_version:-"v1.0.0"}
read -p "Solution Version [v1.0.2]: " solution_version
solution_version=${solution_version:-"v1.0.2"}
fi

dashed_version="${solution_version//./$'_'}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After build script run:
"Properties": {
"Code": {
"S3Bucket": "solutions",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand All @@ -91,7 +91,7 @@ After CloudFormation deployment:
"Properties": {
"Code": {
"S3Bucket": "solutions-us-east-1",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AlertsConstantsClass:
MODULE_NAME: str = "cms-alerts-on-aws"
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.1"
SOLUTION_VERSION: str = "v1.0.2"
APPLICATION_TYPE: str = "AWS-Solutions"
CAPABILITY_ID = "CMS.10"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION} AWSSOLUTION-CAPABILITY/{CAPABILITY_ID}/{SOLUTION_VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"TOKEN_VALIDATION_LAMBDA_ARN": {
"Ref": "cmsalertsmoduleinputsconstructssmtokenvalidationlambdaarnParameter1CA960BF"
},
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.2"
}
},
"FunctionName": "cms-alerts-on-aws-stack-dev-authorization-lambda",
Expand Down Expand Up @@ -373,7 +373,7 @@
"ApplicationType": "AWS-Solutions",
"SolutionID": "SO0241",
"SolutionName": "Connected Mobility Solution on AWS",
"Version": "v1.0.1"
"Version": "v1.0.2"
},
"Description": "Attribute group for solution information",
"Name": {
Expand Down Expand Up @@ -944,7 +944,7 @@
"Ref": "cmsalertsnotificationconstructnotificationstable6C23B163"
},
"SNS_TOPIC_PREFIX": "CMS",
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.2"
}
},
"FunctionName": "cms-alerts-on-aws-stack-dev-create-alerts-lambda",
Expand Down Expand Up @@ -1559,7 +1559,7 @@
"DEPLOYMENT_UUID": {
"Ref": "deploymentuuidParameter"
},
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.2"
}
},
"FunctionName": "cms-alerts-on-aws-stack-dev-send-notifications-lambda",
Expand Down Expand Up @@ -1818,7 +1818,7 @@
"ALERTS_SNS_TOPIC_ARN": {
"Ref": "cmsalertssnstosqsconstructsnstopic5DB29F7E"
},
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.2"
}
},
"FunctionName": "cms-alerts-on-aws-stack-dev-publish-lambda",
Expand Down Expand Up @@ -2411,7 +2411,7 @@
"Ref": "cmsalertsusersubscriptionsconstructusersubscriptiontopicgeneralkeyD95E7C20"
},
"SNS_TOPIC_PREFIX": "CMS",
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.1",
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.10/v1.0.2",
"USER_EMAIL_SUBSCRIPTIONS_TABLE": {
"Ref": "cmsalertsusersubscriptionsconstructuseremailsubscriptionstableA74BB966"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [ -z "$dist_bucket_name" ] || [ -z "$template_bucket_name" ] || [ -z "$soluti
template_bucket_name=${template_bucket_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Name [connected-mobility-solution-on-aws]: " solution_name
solution_name=${solution_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Version [v1.0.0]: " solution_version
solution_version=${solution_version:-"v1.0.0"}
read -p "Solution Version [v1.0.2]: " solution_version
solution_version=${solution_version:-"v1.0.2"}
fi

dashed_version="${solution_version//./$'_'}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After build script run:
"Properties": {
"Code": {
"S3Bucket": "solutions",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand All @@ -91,7 +91,7 @@ After CloudFormation deployment:
"Properties": {
"Code": {
"S3Bucket": "solutions-us-east-1",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class APIConstantsClass:
MODULE_NAME: str = "cms-api-on-aws"
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.1"
SOLUTION_VERSION: str = "v1.0.2"
APPLICATION_TYPE: str = "AWS-Solutions"
CAPABILITY_ID = "CMS.12"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION} AWSSOLUTION-CAPABILITY/{CAPABILITY_ID}/{SOLUTION_VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"ApplicationType": "AWS-Solutions",
"SolutionID": "SO0241",
"SolutionName": "Connected Mobility Solution on AWS",
"Version": "v1.0.1"
"Version": "v1.0.2"
},
"Description": "Attribute group for solution information",
"Name": {
Expand Down Expand Up @@ -803,8 +803,8 @@
"Ref": "cmsapimoduleinputsssmoperationalreportmetricsenabledParameterEBD14CF8"
},
"SOLUTION_ID": "SO0241",
"SOLUTION_VERSION": "v1.0.1",
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.12/v1.0.1"
"SOLUTION_VERSION": "v1.0.2",
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.12/v1.0.2"
}
},
"FunctionName": "cms-api-on-aws-stack-dev-athena-data-source-lambda",
Expand Down Expand Up @@ -1208,7 +1208,7 @@
"TOKEN_VALIDATION_LAMBDA_ARN": {
"Ref": "cmsapimoduleinputsssmtokenvalidationlambdaarnParameter5DC16C8D"
},
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.12/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.12/v1.0.2"
}
},
"FunctionName": "cms-api-on-aws-stack-dev-authorization-lambda",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if [ -z "$dist_bucket_name" ] || [ -z "$template_bucket_name" ] || [ -z "$soluti
template_bucket_name=${template_bucket_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Name [connected-mobility-solution-on-aws]: " solution_name
solution_name=${solution_name:-"connected-mobility-solution-on-aws"}
read -p "Solution Version [v1.0.0]: " solution_version
solution_version=${solution_version:-"v1.0.0"}
read -p "Solution Version [v1.0.2]: " solution_version
solution_version=${solution_version:-"v1.0.2"}
fi

dashed_version="${solution_version//./$'_'}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After build script run:
"Properties": {
"Code": {
"S3Bucket": "solutions",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand All @@ -91,7 +91,7 @@ After CloudFormation deployment:
"Properties": {
"Code": {
"S3Bucket": "solutions-us-east-1",
"S3Key": "trademarked-solution-name/v1.0.0/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
"S3Key": "trademarked-solution-name/v1.0.2/asset.d513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7.zip"
}, ...
"Handler": "assetd513e93e266931de36e1c7e79c27b196f84ab928fce63d364d9152ca501551f7/index.handler"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ConnectStoreConstantsClass:
MODULE_NAME: str = "cms-connect-store-on-aws"
SOLUTION_NAME: str = "Connected Mobility Solution on AWS"
SOLUTION_ID: str = "SO0241"
SOLUTION_VERSION: str = "v1.0.1"
SOLUTION_VERSION: str = "v1.0.2"
APPLICATION_TYPE: str = "AWS-Solutions"
CAPABILITY_ID = "CMS.3"
USER_AGENT_STRING: str = f"AWSSOLUTION/{SOLUTION_ID}/{SOLUTION_VERSION} AWSSOLUTION-CAPABILITY/{CAPABILITY_ID}/{SOLUTION_VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"ApplicationType": "AWS-Solutions",
"SolutionID": "SO0241",
"SolutionName": "Connected Mobility Solution on AWS",
"Version": "v1.0.1"
"Version": "v1.0.2"
},
"Description": "Attribute group for solution information",
"Name": {
Expand Down Expand Up @@ -242,7 +242,7 @@
"AUTHENTICATION_USER_POOL_REGION": {
"Ref": "connectstoreconnectstoremoduleinputsconstructssmauthenticationuserpoolregionParameter062424AC"
},
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.1 AWSSOLUTION-CAPABILITY/CMS.3/v1.0.1"
"USER_AGENT_STRING": "AWSSOLUTION/SO0241/v1.0.2 AWSSOLUTION-CAPABILITY/CMS.3/v1.0.2"
}
},
"FunctionName": "cms-connect-store-on-aws-stack-dev-vehicle-alarm",
Expand Down
Loading

0 comments on commit 31c4b43

Please sign in to comment.