An open API service indexing awesome lists of open source software.

https://github.com/hansemannn/titanium-aws

☁️ Use the Amazon AWS SDK with Appcelerator Titanium
https://github.com/hansemannn/titanium-aws

amazon-aws ios-sdk javascript native titanium

Last synced: about 2 months ago
JSON representation

☁️ Use the Amazon AWS SDK with Appcelerator Titanium

Awesome Lists containing this project

README

        

# Titanium Amazon Web Services (AWS) SDK

[![License](http://hans-knoechel.de/shields/shield-license.svg?v=2)](./LICENSE) [![Contact](http://hans-knoechel.de/shields/shield-twitter.svg?v=2)](http://twitter.com/hansemannnn)

Use the Amazon AWS SDK with Appcelerator Titanium. Currently supported:

- Core / Logger (iOS / Android)
- S3 (iOS / Android)
- Machine Learning (iOS)
- IoT (iOS)

## Features

The following sub-frameworks can be exposed:
- [x] AWSCore.framework
- [x] AWSS3.framework
- [x] AWSMachineLearning.framework
- [x] AWSIoT.framework

## Example

See `example/app.js` for an S3 example.

## Author

Hans Knöchel ([@hansemannnn](https://twitter.com/hansemannnn) / [Web](http://hans-knoechel.de))

## License

Apache 2.0

## Contributing

Code contributions are greatly appreciated, please submit a new [pull request](https://github.com/hansemannn/titanium-aws/pull/new/master)!