tycoonlover1359 Posted August 6, 2020 Posted August 6, 2020 (edited) Hi, Is it possible to have the Amazon Web Services SDK for Python (aka Boto3) be installed on Tommy? I would like the SDK installed so I can leverage AWS resources when making either Flask or regular Python-CGI apps (or potentially Django apps in the future). In theory, by using AWS resources, more powerful websites/apps could be created whilst still remaining fairly cheap to run overall; for instance, instead of having Tommy calculate 100,000 rounds of a SHA256 hash (or other hash), Tommy could calculate the first round then send this to an AWS Lambda function, and wait for the response (for instance, Lambda could calculate the other 99,999 rounds, then check a DynamoDB database for whether or not such a record exists). Other uses might include being able to "get around" the 1 GB file storage quota, such as by storing larger files (such as high resolution pictures) in Amazon S3 storage buckets, then having the server retrieve these items from S3 when requested by a user (and potentially cache them on the server for a short amount of time); or utilizing Amazon Relational Database Service (RDS) to make and use SQL databases larger than 1 GB; among many other services (though, with the exception of Amazon Aurora Serverless, RDS databases can be accessed via a URL endpoint if configured correctly). A certain trade off here is that utilizing AWS services, while likely less CPU intensive, could be more memory intensive; though I haven't tested out whether or not this is true. Thanks!~Tycoon Edited August 6, 2020 by tycoonlover1359
tycoonlover1359 Posted August 7, 2020 Author Posted August 7, 2020 Which version of python are you using 2.7 or 3.7? Python 3.7
Krydos Posted August 7, 2020 Posted August 7, 2020 There you go https://krydos.heliohost.org/cgi-bin/modules37.py
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now