Ian Gilham
Ian Gilham
**Describe the bug** I'm using the `GetObjectCommand` with an `S3Client` to pull a file down from S3. In v2 of the SDK I can write `response.Body.toString('utf-8')` to turn the response...
I'm using a basic Hello World app to test the Actions SDK v2.0.1 in the Simulator using Bespoken Tools' Lambda proxy. Note that I had to use node-mocks-http to build...
I've been trying to establish the media formats, configurations and delivery mechanisms supported in a MediaResponse. There appears to be no documentation on what the `url` can point to in...
Using the SVN log format mentioned in the README file for code-maat: ``` svn log -v --xml > logfile.log -r {YYYYmmDD}:HEAD ``` I have encountered the following error: ``` $...
## Describe the issue with documentation The [documentation for The S3 `GetObjectCommand`](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/getobjectcommand.html) for SDK v3 does not explain how to read the contents of the object or handle common errors....