This application is being base on https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-java (about running as Lambda)
- BestProfitCalculatorWorker - calculate the best parameters for entry and exit subfund
- PkoTfiProfitWorker - shows profits for subfund
- PkoTfiArithmeticMovingAverageWorker - calculate an actual situation for subfund
To create a new bucket for deployment artifact, run 1-create-bucked.sh.
To deploy the application, run 2-deploy.sh.
To invoke the function, run 3-invoke.sh.
To delete the application, run 4-cleanup.sh.