Use the following commands to update the AWS remote:
zip -r function.zip .
aws lambda update-function-code --function-name SCTK-v3 --zip-file fileb://function.zip
Note: the AWS secrets must be available. Refer to the AWS docs for more information.