How to use the TimestreamQuery function from aws-sdk
Find comprehensive JavaScript aws-sdk.TimestreamQuery code examples handpicked from public code repositorys.
2 3 4 5 6 7 8 9 10 11 12 13 14 15
// IMPORTANT: use UTC timezone so the comparison logic is guarenteed to work process.env.TZ = 'UTC'; const AWS = require('aws-sdk'); // eslint-disable-line import/no-extraneous-dependencies const queryClient = new AWS.TimestreamQuery(); const redis = require('redis'); const secret = require('../secret').secret;
0
1
1
+ 46 other calls in file
aws-sdk.S3 is the most popular function in aws-sdk (7245 examples)