AWS Lambda
Using swiftshadow with AWS Lambda normally would raise an error as the cache mechanism wont work properly due to the read only file permission. To fix this you can pass cacheFolder="tmp"
when creating a Proxy
class.
If you don't want the caching behaviour try using the QuickProxy
function.