You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xgboost-inference-arm64-docker-lambda/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This project contains source code and supporting files for a serverless applicat
8
8
- train-code - Code for training XGBoost model based on breast cancer dataset.
9
9
- events - Invocation events that you can use to invoke the function.
10
10
- template.yaml - A template that defines the application's AWS resources.
11
+
- invoke_x86_64_arm64_lambdas.py - Code to invoke x86_64 and Arm64 (Graviton2) Lambda Functions and compare performance.
11
12
12
13
The application uses several AWS resources, including Lambda functions. These resources are defined in the `template.yaml` file in this project. You can update the template to add AWS resources through the same deployment process that updates your application code.
13
14
@@ -63,6 +64,20 @@ xgboost-inference-arm64-docker-lambda$ sam local invoke XGBoostInferenceArm64Fun
0 commit comments