/gt4aws

Utilities to connect to AWS services from Glamorous Toolkit

Primary LanguageSmalltalkMIT LicenseMIT

gt4aws

is a wrapper around the AWS executable on your system to facilitate interacting with AWS from within GT.

Installation

Metacello new
	repository: 'github://feenkcom/gt4aws:main/src';
	baseline: 'Gt4Aws';
	load

Optionally you can also load the Lepiter database:

#BaselineOfGt4Aws asClass loadLepiter

Have fun!