in-fin-neat / in-fin-neat-core

Personal Finances tool
1 stars 0 forks source link

Package creation for AWS Lambda #39

Closed leonardohscastilho closed 2 months ago

leonardohscastilho commented 2 months ago

A package creation for running in the AWS lambda system is necessary as part of the service's migration to the cloud. For that, a new script has been added to the pipenv file. This script installs all dependencies from the project and aws (boto3) and generates a zip file as a result.

This is a related task to [Epic] Transform features into a service with proper API #6

leonardohscastilho commented 2 months ago

@diegotsutsumi I have added a topic in the readme regarding Docker installation and how to run it rootless.