Soracom Product Updates logo

Product Updates

Soracom is IoT connectivity with powerful APIs that enable you to build world class applications

Subscribe to Updates
  • 日本語

Labels

  • All Posts
  • Feature
  • Improvements
  • Devices
  • Announcement
  • Beta
  • Deprecation
  • End of Support

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
ImprovementsBeta
3 years ago

Introducing Pie Charts and Reduce Transforms to SORACOM Lagoon

SORACOM Lagoon, a customizable dashboard service that allows you to create powerful data visualizations and share them with third parties, now supports creating pie chart visualizations and reduce transforms. Both of these features are currently available as a beta, and specifications are subject to change without notice.

Pie Chart (Beta)

You can now create pie chart to visualize percentages of data.

For example, when combined with an Expression function, you can visualize the percentage of sensors from a fleet of CO2 monitoring sensors that exceed CO2 concentrations of 1000 ppm.

Reduce Transform (Beta)

You can now add a Reduce transform to an Expression function, which will allow you to calculate the minimum (Min), maximum (Max), average (Mean), total (Sum), or count (Count) of a data set.

For example, by adding a Reduce transform to temperature data, you can quickly calculate average (Mean) temperature from a specific time period. Then, by further combining it with a Math Expression, you can create a graph that visualizes the temperature difference relative to the average temperature calculated from the transform.

FeatureDeprecation
4 years ago

SORACOM Funk now supports AWS IAM role credentials

We are pleased to announce support for using IAM roles as the authentication method for executing AWS Lambda functions from SORACOM Funk.

SORACOM Funk (Funk) is a service that relays the execution of cloud functions from IoT devices. With Funk, you can easily configure a device to execute an AWS Lambda function by simply sending a request to Funk.

Until now, Funk required the use of IAM user credentials, consisting of an AWS Access Key and Secret Access Key, in order to authenticate with your AWS Lambda function. Registering and managing these credentials to your Soracom account so that Funk is able to perform authentication requires some additional and operational overhead.

With this update, Funk is now able to perform authentication using IAM roles, which has the advantage of simplifying the process of setting up authentication information on AWS and registering it to your Soracom account. This method also helps realize AWS best practices for credential management.

Although authenticating with IAM user credentials will continue to be supported, we strongly recommend transitioning to using IAM roles. Existing SORACOM Funk configurations can be easily switched to the IAM role-based method.

You can find more information about this update on the Soracom Official Blog.