Daniel-t

Results 10 comments of Daniel-t

Hmm, not sure. This module is a direct wrapper of the AWS api, so anything it returns should come up. If could be that aws isn't providing bounding boxes, it...

All nodes are generated directly from the AWS API specification, so should behave the same way. One common issue I've seen (had myself in the start) is to make sure...

Sorry I've been focusing on work and other projects. Just saw this. Yes, I'm open to a PR to open up all the API. my hesitancy in doing this previously...

This is a frustrating issue, the presigned URL functions aren't officially part of the AWS API (although the API uses them), so I've got no mechanism to automatically create a...

AWS Cloudwatch Logs API put function requires a "sequenceNumber", this means that the code needs to keep track of the previously returned sequenceNumber or otherwise make two api calls. This...

Will investigate, probably needs a general dependancy update

Sounds reasonable, will investigate when time permits

Also it’s asking for an array, but it doesn’t look like you’re passing one. Try msg.InstanceIds=[isntanceid]

Sorry I'm away at the moment, and dont have a node-red instance available. Can you wire the inject into a debug node (configured to show the whole message) and paste...

Haven't tried it myself, however you should be able to add Attributes:["ALL"] to msg.payload The nodes directly map to the AWS Javascript API, so if the API takes a parameter...