Ionic and AWS

Does anyone have any examples or can point me in the right direction on how to setup aws within Ionic 2?

I tried running this code:

npm install aws-sdk --save
typings install dt~aws-sdk --save --global

But when i try to build or run in browser I get:

TypeScript error: typings/globals/aws-sdk/index.d.ts(1575,24): Error TS2304: Cannot find name ‘Buffer’.

Fairly new to Ionic2 so how would I go about importing this sdk to use?

Thanks in advance

SDK Link: https://www.npmjs.com/package/aws-sdk

For anyone else stuck in the same boat as me, one of the AWS R&D guys was nice enough to create a git repo to use as a starter.

A post was split to a new topic: Image upload to AWS S3 from ionic