This repository was archived by the owner on Jan 30, 2025. It is now read-only.
v3.0.0
[3.0.0] - 2021-11-22
v3.0.0 does not support to upgrade from the previous version due to
- Design change
- Using AWS Step Functions instead of AWS Fargate to run a simulator
- Merged
devices
andwidgets
intosimulations
- Merged
device-widgets
,sim-settings
, andsim-metrics
Amazon DynamoDB tables intoSimulator
DynamoDB table - Merged all microservices AWS Lambda function into a single
microservices
AWS Lambda function
- AWS CDK to generate AWS CloudFormation template
Added
- Support import/Export of device types
- Multiple vehicles displayed on map
- Ability to define a character set (an alphabet from which the ID will be created) and the length of the ID attribute
Changed
- Replace Mapbox map to Amazon Location Service map for the automotive demo
- UI framework migration: Angular JS to React
- Change
helper
AWS Lambda function to TypeScript - Abstracted devices - devices are no longer created and stored, they will be generated in the simulator lambda using the specified device type and amount specified for each device type
- Simplified
boolean
attribute: nomax
andmin
to generateboolean
data - Automotive demo attributes aggregated into a single message
Fixed
- Unix timestamp to show the epoch time correctly
Removed
- Data attributes:
uuid
,shortid