We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://streamlit.io/ for the client-side
aws serverless architechture for the backend - leveraging scaling lambda, and dynamodb, built on flask for easy api development and interoperability with supereeg https://serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/
how to deal with large files on aws; either compress them and store them in Binary on dynamodb or upload to s3 and store identifier in dynamodb https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-use-s3-too.html
Binary
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://streamlit.io/ for the client-side
aws serverless architechture for the backend - leveraging scaling lambda, and dynamodb, built on flask for easy api development and interoperability with supereeg
https://serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/
how to deal with large files on aws; either compress them and store them in
Binary
on dynamodb or upload to s3 and store identifier in dynamodbhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-use-s3-too.html
The text was updated successfully, but these errors were encountered: