aws-connected-device-framework
aws-connected-device-framework copied to clipboard
Using asset-library tagged aliases in other cdf services
Aws Connected Device Framework Affected Module(s):
device-monitoring possibly others
I'm submitting a ...
- [x] bug report
- [ ] feature request
Description:
Asset library (full) uses a live tag to specify the version that should be used by all calling functions. There is currently no way for other CDF services to call into a tagged version of the the asset-library lambda.
Current behavior:
Other cdf services (like device-monitoring) will always call into $LATEST instead of live
Expected behavior:
We should be able to configure those services to use a tagged version of the asset library lambda
Steps to reproduce:
Additional Information: