Utilities to connect to AWS services from Glamorous Toolkit
# 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 ``` <hr/> Have fun!